#854B05

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

Shades of Saddle Brown #854B05

Tints of Saddle Brown #854B05

Color information

#854B05 (or 0x854B05) is unknown color: approx Saddle Brown. HEX triplet: 85, 4B and 05. RGB value is (133,75,5). Sum of RGB (Red+Green+Blue) = 133+75+5=213 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.44% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 5 (2.34% from 255 or 2.35% from 213); Max value from RGB is 133 - color contains mainly: red. Hex color #854B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854B05 is #7AB4FA. Grayscale: #545454. Windows color (decimal): -8041723 or 347013. OLE color: 347013.

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

Color convert

RGB133755-
CMYK00.440.960.48
HSL32.81º92.75%27.06%-
HSV(B)32.81º96.24%52.16%-
XYZ12.2210.031.44-
YUV84.3683.22162.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 62.44%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 5 (2.34% from 255) = 2.35%
R=62.44%
G=35.21%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13375500.440.960.4832.8192.7527.06
Hex854B502C6030215d1b
Octal2051135054140604113533
Binary10000101100101110101011001100000110000100001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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