#845012

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

Shades of Saddle Brown #845012

Tints of Saddle Brown #845012

Color information

#845012 (or 0x845012) is unknown color: approx Saddle Brown. HEX triplet: 84, 50 and 12. RGB value is (132,80,18). Sum of RGB (Red+Green+Blue) = 132+80+18=230 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.39% from 230); Green value is 80 (31.64% from 255 or 34.78% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 132 - color contains mainly: red. Hex color #845012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845012 is #7BAFED. Grayscale: #585858. Windows color (decimal): -8105966 or 1200260. OLE color: 1200260.

HSL color Cylindrical-coordinate representation of color #845012: hue angle of 32.63º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #845012 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1328018-
CMYK00.390.860.48
HSL32.63º76%29.41%-
HSV(B)32.63º86.36%51.76%-
XYZ12.4910.691.98-
YUV88.4888.23159.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 57.39%
GREEN value IS 80 (31.64% from 255) = 34.78%
BLUE value IS 18 (7.42% from 255) = 7.83%
R=57.39%
G=34.78%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132801800.390.860.4832.637629.41
Hex8450120275630214c1d
Octal20412022047126604111435
Binary1000010010100001001001001111010110110000100001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845012; }

 p { color: rgb(132,80,18); }

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

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

 a { background-color: rgb(132,80,18); }

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

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

 span { border-color: rgb(132,80,18); }

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