#91490b

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

Shades of Saddle Brown #91490B

Tints of Saddle Brown #91490B

Color information

#91490B (or 0x91490B) is unknown color: approx Saddle Brown. HEX triplet: 91, 49 and 0B. RGB value is (145,73,11). Sum of RGB (Red+Green+Blue) = 145+73+11=229 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.32% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 145 - color contains mainly: red. Hex color #91490B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #91490B is #6EB6F4. Grayscale: #575757. Windows color (decimal): -7255797 or 739729. OLE color: 739729.

HSL color Cylindrical-coordinate representation of color #91490B: hue angle of 27.76º degrees, saturation: 0.86, 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 #91490B is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB1457311-
CMYK00.500.920.43
HSL27.76º85.9%30.59%-
HSV(B)27.76º92.41%56.86%-
XYZ14.1210.811.66-
YUV87.4684.85169.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.32%
GREEN value IS 73 (28.91% from 255) = 31.88%
BLUE value IS 11 (4.69% from 255) = 4.80%
R=63.32%
G=31.88%
B=4.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145731100.500.920.4327.7685.930.59
Hex9149B0325C2B1c561f
Octal22111113062134533412637
Binary10010001100100110110110010101110010101111100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91490b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91490b; }

 p { color: rgb(145,73,11); }

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

<style>
 a { background-color: #91490b; }

 a { background-color: rgb(145,73,11); }

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

<style>
 span { border-color: #91490b; }

 span { border-color: rgb(145,73,11); }

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