Html Css Color HEX #856004 Golden Brown

📋 copy color: '#856004'

red 133 ◦ green 96 ◦ blue 4

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

Shades of Golden Brown #856004

Tints of Golden Brown #856004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.2%

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

R = 57.08%
G = 41.2%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#856004 (or 0x856004) is known color: Golden Brown. HEX triplet: 85, 60 and 04. RGB value is (133,96,4). Sum of RGB (Red+Green+Blue) = 133+96+4=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #856004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856004 is #7A9FFB. Grayscale: #606060. Windows color (decimal): -8036348 or 286853. OLE color: 286853.

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

Color convert

RGB 133 96 4 -
CMYK 0 0.28 0.97 0.48
HSL 42.79º 0.94% 0.27% -
HSV(B) 42.79º 0.97% 0.52% -
XYZ 13.88 13.36 1.96 -
YUV 96.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 133 96 4 0 0.28 0.97 0.48 42.79 0.94 0.27
Hex 85 60 4 0 1C 61 30 2B 5E 1B
Octal 205 140 4 0 34 141 60 53 136 33
Binary 10000101 1100000 100 0 11100 1100001 110000 101011 1011110 11011

Color Harmonies of #856004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856004

Black with #856004

Text Example


Text Example

White with #856004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856004; }

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

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

background-color css

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

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

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

border-color css

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

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

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