#854C05

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

Shades of Saddle Brown #854C05

Tints of Saddle Brown #854C05

Color information

#854C05 (or 0x854C05) is unknown color: approx Saddle Brown. HEX triplet: 85, 4C and 05. RGB value is (133,76,5). Sum of RGB (Red+Green+Blue) = 133+76+5=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #854C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854C05 is #7AB3FA. Grayscale: #555555. Windows color (decimal): -8041467 or 347269. OLE color: 347269.

HSL color Cylindrical-coordinate representation of color #854C05: hue angle of 33.28º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #854C05 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB133765-
CMYK00.430.960.48
HSL33.28º92.75%27.06%-
HSV(B)33.28º96.24%52.16%-
XYZ12.2810.171.46-
YUV84.9582.88162.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.15%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 5 (2.34% from 255) = 2.34%
R=62.15%
G=35.51%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13376500.430.960.4833.2892.7527.06
Hex854C502B6030215d1b
Octal2051145053140604113533
Binary10000101100110010101010111100000110000100001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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