#856200

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

Shades of Golden Brown #856200

Tints of Golden Brown #856200

Color information

#856200 (or 0x856200) is unknown color: approx Golden Brown. HEX triplet: 85, 62 and 00. RGB value is (133,98,0). Sum of RGB (Red+Green+Blue) = 133+98+0=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #856200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856200 is #7A9DFF. Grayscale: #616161. Windows color (decimal): -8035840 or 25221. OLE color: 25221.

HSL color Cylindrical-coordinate representation of color #856200: hue angle of 44.21º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #856200 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB133980-
CMYK00.2610.48
HSL44.21º100%26.08%-
HSV(B)44.21º100%52.16%-
XYZ14.0413.721.91-
YUV97.2973.1153.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 57.58%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.58%
G=42.42%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13398000.2610.4844.2110026.08
Hex8562001A64302c641a
Octal2051420032144605414432
Binary10000101110001000110101100100110000101100110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856200; }

 p { color: rgb(133,98,0); }

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

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

 a { background-color: rgb(133,98,0); }

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

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

 span { border-color: rgb(133,98,0); }

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