#854C12

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

Shades of Saddle Brown #854C12

Tints of Saddle Brown #854C12

Color information

#854C12 (or 0x854C12) is unknown color: approx Saddle Brown. HEX triplet: 85, 4C and 12. RGB value is (133,76,18). Sum of RGB (Red+Green+Blue) = 133+76+18=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #854C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854C12 is #7AB3ED. Grayscale: #565656. Windows color (decimal): -8041454 or 1199237. OLE color: 1199237.

HSL color Cylindrical-coordinate representation of color #854C12: hue angle of 30.26º 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 #854C12 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB1337618-
CMYK00.430.860.48
HSL30.26º76.16%29.61%-
HSV(B)30.26º86.47%52.16%-
XYZ12.3710.21.89-
YUV86.4389.38161.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 58.59%
GREEN value IS 76 (30.08% from 255) = 33.48%
BLUE value IS 18 (7.42% from 255) = 7.93%
R=58.59%
G=33.48%
B=7.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133761800.430.860.4830.2676.1629.61
Hex854C1202B56301e4c1e
Octal20511422053126603611436
Binary100001011001100100100101011101011011000011110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854C12; }

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

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

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

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

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

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

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

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