#91380A

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

Shades of Saddle Brown #91380A

Tints of Saddle Brown #91380A

Color information

#91380A (or 0x91380A) is unknown color: approx Saddle Brown. HEX triplet: 91, 38 and 0A. RGB value is (145,56,10). Sum of RGB (Red+Green+Blue) = 145+56+10=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 56 (22.27% from 255 or 26.54% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #91380A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91380A is #6EC7F5. Grayscale: #4D4D4D. Windows color (decimal): -7260150 or 669841. OLE color: 669841.

HSL color Cylindrical-coordinate representation of color #91380A: hue angle of 20.44º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #91380A is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.43.

Color convert

RGB1455610-
CMYK00.610.930.43
HSL20.44º87.1%30.39%-
HSV(B)20.44º93.1%56.86%-
XYZ13.158.871.31-
YUV77.3789.99176.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 68.72%
GREEN value IS 56 (22.27% from 255) = 26.54%
BLUE value IS 10 (4.30% from 255) = 4.74%
R=68.72%
G=26.54%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.93
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145561000.610.930.4320.4487.130.39
Hex9138A03D5D2B14571e
Octal2217012075135532412736
Binary1001000111100010100111101101110110101110100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91380A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91380A; }

 p { color: rgb(145,56,10); }

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

<style>
 a { background-color: #91380A; }

 a { background-color: rgb(145,56,10); }

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

<style>
 span { border-color: #91380A; }

 span { border-color: rgb(145,56,10); }

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