#854D0C

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

Shades of Saddle Brown #854D0C

Tints of Saddle Brown #854D0C

Color information

#854D0C (or 0x854D0C) is unknown color: approx Saddle Brown. HEX triplet: 85, 4D and 0C. RGB value is (133,77,12). Sum of RGB (Red+Green+Blue) = 133+77+12=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 77 (30.47% from 255 or 34.68% from 222); Blue value is 12 (5.08% from 255 or 5.41% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #854D0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854D0C is #7AB2F3. Grayscale: #565656. Windows color (decimal): -8041204 or 806277. OLE color: 806277.

HSL color Cylindrical-coordinate representation of color #854D0C: hue angle of 32.23º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #854D0C is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.48.

Color convert

RGB1337712-
CMYK00.420.910.48
HSL32.23º83.45%28.43%-
HSV(B)32.23º90.98%52.16%-
XYZ12.3910.321.69-
YUV86.3386.05161.29-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 59.91%
GREEN value IS 77 (30.47% from 255) = 34.68%
BLUE value IS 12 (5.08% from 255) = 5.41%
R=59.91%
G=34.68%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133771200.420.910.4832.2383.4528.43
Hex854DC02A5B3020531c
Octal20511514052133604012334
Binary100001011001101110001010101011011110000100000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854D0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,77,12); }

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

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

 a { background-color: rgb(133,77,12); }

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

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

 span { border-color: rgb(133,77,12); }

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