Html Css Color HEX #856604 Golden Brown

📋 copy color: '#856604'

red 133 ◦ green 102 ◦ blue 4

#856604
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #856604

Tints of Golden Brown #856604

RGB

 RED value IS 133 (52.34% from 255) = 55.65%

 GREEN value IS 102 (40.23% from 255) = 42.68%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 55.65%
G = 42.68%
B = 1.67%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#856604 (or 0x856604) is known color: Golden Brown. HEX triplet: 85, 66 and 04. RGB value is (133,102,4). Sum of RGB (Red+Green+Blue) = 133+102+4=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 4 (1.95% from 255 or 1.67% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #856604 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856604 is #7A99FB. Grayscale: #646464. Windows color (decimal): -8034812 or 288389. OLE color: 288389.

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

Color convert

RGB 133 102 4 -
CMYK 0 0.23 0.97 0.48
HSL 45.58º 0.94% 0.27% -
HSV(B) 45.58º 0.97% 0.52% -
XYZ 14.45 14.5 2.15 -
YUV 100.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 133 102 4 0 0.23 0.97 0.48 45.58 0.94 0.27
Hex 85 66 4 0 17 61 30 2E 5E 1B
Octal 205 146 4 0 27 141 60 56 136 33
Binary 10000101 1100110 100 0 10111 1100001 110000 101110 1011110 11011

Color Harmonies of #856604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856604

Black with #856604

Text Example


Text Example

White with #856604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856604; }

 p { color: rgb(133,102,4); }

 H1.HeaderClassName
 {
   color: #856604;
 }
 .AnyTagClassName
 {
   color: #856604;
 }
</style>

background-color css

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

 a { background-color: rgb(133,102,4); }

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

border-color css

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

 span { border-color: rgb(133,102,4); }

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