#914012

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

Shades of Saddle Brown #914012

Tints of Saddle Brown #914012

Color information

#914012 (or 0x914012) is unknown color: approx Saddle Brown. HEX triplet: 91, 40 and 12. RGB value is (145,64,18). Sum of RGB (Red+Green+Blue) = 145+64+18=227 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.88% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 145 - color contains mainly: red. Hex color #914012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914012 is #6EBFED. Grayscale: #535353. Windows color (decimal): -7258094 or 1196177. OLE color: 1196177.

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

Color convert

RGB1456418-
CMYK00.560.880.43
HSL21.73º77.91%31.96%-
HSV(B)21.73º87.59%56.86%-
XYZ13.629.731.73-
YUV82.9891.34172.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.88%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=63.88%
G=28.19%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.88
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145641800.560.880.4321.7377.9131.96
Hex914012038582B164e20
Octal22110022070130532611640
Binary1001000110000001001001110001011000101011101101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #914012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #914012; }

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

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

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

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

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

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

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

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