Html Css Color HEX #856304 Golden Brown

📋 copy color: '#856304'

red 133 ◦ green 99 ◦ blue 4

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

Shades of Golden Brown #856304

Tints of Golden Brown #856304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.95%

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

R = 56.36%
G = 41.95%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#856304 (or 0x856304) is known color: Golden Brown. HEX triplet: 85, 63 and 04. RGB value is (133,99,4). Sum of RGB (Red+Green+Blue) = 133+99+4=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #856304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856304 is #7A9CFB. Grayscale: #626262. Windows color (decimal): -8035580 or 287621. OLE color: 287621.

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

Color convert

RGB 133 99 4 -
CMYK 0 0.26 0.97 0.48
HSL 44.19º 0.94% 0.27% -
HSV(B) 44.19º 0.97% 0.52% -
XYZ 14.16 13.92 2.06 -
YUV 98.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 133 99 4 0 0.26 0.97 0.48 44.19 0.94 0.27
Hex 85 63 4 0 1A 61 30 2C 5E 1B
Octal 205 143 4 0 32 141 60 54 136 33
Binary 10000101 1100011 100 0 11010 1100001 110000 101100 1011110 11011

Color Harmonies of #856304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856304

Black with #856304

Text Example


Text Example

White with #856304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856304; }

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

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

background-color css

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

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

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

border-color css

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

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

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