Html Css Color HEX #856404 Golden Brown

📋 copy color: '#856404'

red 133 ◦ green 100 ◦ blue 4

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

Shades of Golden Brown #856404

Tints of Golden Brown #856404

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.19%

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

R = 56.12%
G = 42.19%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#856404 (or 0x856404) is known color: Golden Brown. HEX triplet: 85, 64 and 04. RGB value is (133,100,4). Sum of RGB (Red+Green+Blue) = 133+100+4=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #856404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856404 is #7A9BFB. Grayscale: #636363. Windows color (decimal): -8035324 or 287877. OLE color: 287877.

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

Color convert

RGB 133 100 4 -
CMYK 0 0.25 0.97 0.48
HSL 44.65º 0.94% 0.27% -
HSV(B) 44.65º 0.97% 0.52% -
XYZ 14.25 14.11 2.09 -
YUV 98.92 74.43 152.31 -
System Red Green Blue C M Y K H S L
Decimal 133 100 4 0 0.25 0.97 0.48 44.65 0.94 0.27
Hex 85 64 4 0 19 61 30 2D 5E 1B
Octal 205 144 4 0 31 141 60 55 136 33
Binary 10000101 1100100 100 0 11001 1100001 110000 101101 1011110 11011

Color Harmonies of #856404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856404

Black with #856404

Text Example


Text Example

White with #856404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856404; }

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

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

background-color css

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

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

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

border-color css

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

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

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