#9E351E

Color #9E351E Tia Maria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tia Maria #9E351E

Tints of Tia Maria #9E351E

Color information

#9E351E (or 0x9E351E) is unknown color: approx Tia Maria. HEX triplet: 9E, 35 and 1E. RGB value is (158,53,30). Sum of RGB (Red+Green+Blue) = 158+53+30=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E351E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E351E is #61CAE1. Grayscale: #515151. Windows color (decimal): -6408930 or 1979806. OLE color: 1979806.

HSL color Cylindrical-coordinate representation of color #9E351E: hue angle of 10.78º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9E351E is Cyan = 0, Magento = 0.66, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB1585330-
CMYK00.660.810.38
HSL10.78º68.09%36.86%-
HSV(B)10.78º81.01%61.96%-
XYZ15.619.912.32-
YUV81.7798.79182.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 158 (62.11% from 255) = 65.56%
GREEN value IS 53 (21.09% from 255) = 21.99%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=65.56%
G=21.99%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158533000.660.810.3810.7868.0936.86
Hex9E351E0425126b4425
Octal23665360102121461310445
Binary100111101101011111001000010101000110011010111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E351E; }

 p { color: rgb(158,53,30); }

 H1.HeaderClassName
 {
   color: #9E351E;
 }
 .AnyTagClassName
 {
   color: #9E351E;
 }
</style>
background-color css

<style>
 a { background-color: #9E351E; }

 a { background-color: rgb(158,53,30); }

 div.DivClassName
 {
   background-color: #9E351E;
 }
 .BgClassName
 {
   background-color: #9E351E;
 }
</style>
border-color css

<style>
 span { border-color: #9E351E; }

 span { border-color: rgb(158,53,30); }

 td.TdClassName
 {
   border-color: #9E351E;
 }
 .TagClassName
 {
   border-color: #9E351E;
 }
</style>