#91481C

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

Shades of Saddle Brown #91481C

Tints of Saddle Brown #91481C

Color information

#91481C (or 0x91481C) is unknown color: approx Saddle Brown. HEX triplet: 91, 48 and 1C. RGB value is (145,72,28). Sum of RGB (Red+Green+Blue) = 145+72+28=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 28 (11.33% from 255 or 11.43% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #91481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #91481C is #6EB7E3. Grayscale: #595959. Windows color (decimal): -7256036 or 1853585. OLE color: 1853585.

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

Color convert

RGB1457228-
CMYK00.500.810.43
HSL22.56º67.63%33.92%-
HSV(B)22.56º80.69%56.86%-
XYZ14.210.742.42-
YUV88.8193.68168.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.18%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 28 (11.33% from 255) = 11.43%
R=59.18%
G=29.39%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145722800.500.810.4322.5667.6333.92
Hex91481C032512B174422
Octal22111034062121532710442
Binary1001000110010001110001100101010001101011101111000100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91481C; }

 p { color: rgb(145,72,28); }

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

<style>
 a { background-color: #91481C; }

 a { background-color: rgb(145,72,28); }

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

<style>
 span { border-color: #91481C; }

 span { border-color: rgb(145,72,28); }

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