#914312

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

Shades of Saddle Brown #914312

Tints of Saddle Brown #914312

Color information

#914312 (or 0x914312) is unknown color: approx Saddle Brown. HEX triplet: 91, 43 and 12. RGB value is (145,67,18). Sum of RGB (Red+Green+Blue) = 145+67+18=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #914312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914312 is #6EBCED. Grayscale: #555555. Windows color (decimal): -7257326 or 1196945. OLE color: 1196945.

HSL color Cylindrical-coordinate representation of color #914312: hue angle of 23.15º 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 #914312 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB1456718-
CMYK00.540.880.43
HSL23.15º77.91%31.96%-
HSV(B)23.15º87.59%56.86%-
XYZ13.7910.081.79-
YUV84.7490.34170.98-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.04%
GREEN value IS 67 (26.56% from 255) = 29.13%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=63.04%
G=29.13%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145671800.540.880.4323.1577.9131.96
Hex914312036582B174e20
Octal22110322066130532711640
Binary1001000110000111001001101101011000101011101111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914312; }

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

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

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

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

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

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

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

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