#914C18

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

Shades of Saddle Brown #914C18

Tints of Saddle Brown #914C18

Color information

#914C18 (or 0x914C18) is unknown color: approx Saddle Brown. HEX triplet: 91, 4C and 18. RGB value is (145,76,24). Sum of RGB (Red+Green+Blue) = 145+76+24=245 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.18% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 145 - color contains mainly: red. Hex color #914C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914C18 is #6EB3E7. Grayscale: #5A5A5A. Windows color (decimal): -7255016 or 1592465. OLE color: 1592465.

HSL color Cylindrical-coordinate representation of color #914C18: hue angle of 25.79º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #914C18 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.43.

Color convert

RGB1457624-
CMYK00.480.830.43
HSL25.79º71.6%33.14%-
HSV(B)25.79º83.45%56.86%-
XYZ14.4311.252.28-
YUV90.790.36166.73-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 59.18%
GREEN value IS 76 (30.08% from 255) = 31.02%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=59.18%
G=31.02%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.83
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145762400.480.830.4325.7971.633.14
Hex914C18030532B1a4821
Octal22111430060123533211041
Binary1001000110011001100001100001010011101011110101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914C18; }

 p { color: rgb(145,76,24); }

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

<style>
 a { background-color: #914C18; }

 a { background-color: rgb(145,76,24); }

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

<style>
 span { border-color: #914C18; }

 span { border-color: rgb(145,76,24); }

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