#856005

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

Shades of Golden Brown #856005

Tints of Golden Brown #856005

Color information

#856005 (or 0x856005) is unknown color: approx Golden Brown. HEX triplet: 85, 60 and 05. RGB value is (133,96,5). Sum of RGB (Red+Green+Blue) = 133+96+5=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 96 (37.89% from 255 or 41.03% from 234); Blue value is 5 (2.34% from 255 or 2.14% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #856005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856005 is #7A9FFA. Grayscale: #616161. Windows color (decimal): -8036347 or 352389. OLE color: 352389.

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

Color convert

RGB133965-
CMYK00.280.960.48
HSL42.66º92.75%27.06%-
HSV(B)42.66º96.24%52.16%-
XYZ13.8813.361.99-
YUV96.6976.26153.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 56.84%
GREEN value IS 96 (37.89% from 255) = 41.03%
BLUE value IS 5 (2.34% from 255) = 2.14%
R=56.84%
G=41.03%
B=2.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.96
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13396500.280.960.4842.6692.7527.06
Hex8560501C60302b5d1b
Octal2051405034140605313533
Binary1000010111000001010111001100000110000101011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856005; }

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

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

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

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

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

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

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

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