#91491A

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

Shades of Saddle Brown #91491A

Tints of Saddle Brown #91491A

Color information

#91491A (or 0x91491A) is unknown color: approx Saddle Brown. HEX triplet: 91, 49 and 1A. RGB value is (145,73,26). Sum of RGB (Red+Green+Blue) = 145+73+26=244 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.43% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 26 (10.55% from 255 or 10.66% from 244); Max value from RGB is 145 - color contains mainly: red. Hex color #91491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91491A is #6EB6E5. Grayscale: #595959. Windows color (decimal): -7255782 or 1722769. OLE color: 1722769.

HSL color Cylindrical-coordinate representation of color #91491A: hue angle of 23.7º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #91491A is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB1457326-
CMYK00.500.820.43
HSL23.7º69.59%33.53%-
HSV(B)23.7º82.07%56.86%-
XYZ14.2510.862.32-
YUV89.1792.35167.82-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.43%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 26 (10.55% from 255) = 10.66%
R=59.43%
G=29.92%
B=10.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145732600.500.820.4323.769.5933.53
Hex91491A032522B184622
Octal22111132062122533010642
Binary1001000110010011101001100101010010101011110001000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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