#854812

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

Shades of Saddle Brown #854812

Tints of Saddle Brown #854812

Color information

#854812 (or 0x854812) is unknown color: approx Saddle Brown. HEX triplet: 85, 48 and 12. RGB value is (133,72,18). Sum of RGB (Red+Green+Blue) = 133+72+18=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 18 (7.42% from 255 or 8.07% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #854812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854812 is #7AB7ED. Grayscale: #545454. Windows color (decimal): -8042478 or 1198213. OLE color: 1198213.

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

Color convert

RGB1337218-
CMYK00.460.860.48
HSL28.17º76.16%29.61%-
HSV(B)28.17º86.47%52.16%-
XYZ12.19.661.8-
YUV84.0890.71162.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.64%
GREEN value IS 72 (28.52% from 255) = 32.29%
BLUE value IS 18 (7.42% from 255) = 8.07%
R=59.64%
G=32.29%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133721800.460.860.4828.1776.1629.61
Hex85481202E56301c4c1e
Octal20511022056126603411436
Binary100001011001000100100101110101011011000011100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854812; }

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

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

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

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

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

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

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

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