#91420D

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

Shades of Saddle Brown #91420D

Tints of Saddle Brown #91420D

Color information

#91420D (or 0x91420D) is unknown color: approx Saddle Brown. HEX triplet: 91, 42 and 0D. RGB value is (145,66,13). Sum of RGB (Red+Green+Blue) = 145+66+13=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #91420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91420D is #6EBDF2. Grayscale: #535353. Windows color (decimal): -7257587 or 869009. OLE color: 869009.

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

Color convert

RGB1456613-
CMYK00.540.910.43
HSL24.09º83.54%30.98%-
HSV(B)24.09º91.03%56.86%-
XYZ13.79.951.58-
YUV83.5888.17171.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 64.73%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 13 (5.47% from 255) = 5.80%
R=64.73%
G=29.46%
B=5.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.91
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145661300.540.910.4324.0983.5430.98
Hex9142D0365B2B18541f
Octal22110215066133533012437
Binary10010001100001011010110110101101110101111000101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91420D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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