#914812

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

Shades of Saddle Brown #914812

Tints of Saddle Brown #914812

Color information

#914812 (or 0x914812) is unknown color: approx Saddle Brown. HEX triplet: 91, 48 and 12. RGB value is (145,72,18). Sum of RGB (Red+Green+Blue) = 145+72+18=235 (31% of max value = 765). Red value is 145 (57.03% from 255 or 61.70% from 235); Green value is 72 (28.52% from 255 or 30.64% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 145 - color contains mainly: red. Hex color #914812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914812 is #6EB7ED. Grayscale: #575757. Windows color (decimal): -7256046 or 1198225. OLE color: 1198225.

HSL color Cylindrical-coordinate representation of color #914812: hue angle of 25.51º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #914812 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1457218-
CMYK00.500.880.43
HSL25.51º77.91%31.96%-
HSV(B)25.51º87.59%56.86%-
XYZ14.110.71.89-
YUV87.6788.68168.89-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 61.70%
GREEN value IS 72 (28.52% from 255) = 30.64%
BLUE value IS 18 (7.42% from 255) = 7.66%
R=61.70%
G=30.64%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145721800.500.880.4325.5177.9131.96
Hex914812032582B1a4e20
Octal22111022062130533211640
Binary1001000110010001001001100101011000101011110101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914812; }

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

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

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

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

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

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

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

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