#91420c

Color #91420C Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #91420C

Tints of Saddle Brown #91420C

Color information

#91420C (or 0x91420C) is unknown color: approx Saddle Brown. HEX triplet: 91, 42 and 0C. RGB value is (145,66,12). Sum of RGB (Red+Green+Blue) = 145+66+12=223 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.02% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 145 - color contains mainly: red. Hex color #91420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91420C is #6EBDF3. Grayscale: #535353. Windows color (decimal): -7257588 or 803473. OLE color: 803473.

HSL color Cylindrical-coordinate representation of color #91420C: hue angle of 24.36º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #91420C is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB1456612-
CMYK00.540.920.43
HSL24.36º84.71%30.78%-
HSV(B)24.36º91.72%56.86%-
XYZ13.699.941.55-
YUV83.4687.67171.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 65.02%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=65.02%
G=29.60%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145661200.540.920.4324.3684.7130.78
Hex9142C0365C2B18551f
Octal22110214066134533012537
Binary10010001100001011000110110101110010101111000101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91420c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91420c; }

 p { color: rgb(145,66,12); }

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

<style>
 a { background-color: #91420c; }

 a { background-color: rgb(145,66,12); }

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

<style>
 span { border-color: #91420c; }

 span { border-color: rgb(145,66,12); }

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