Html Css Color HEX #856504 Golden Brown

📋 copy color: '#856504'

red 133 ◦ green 101 ◦ blue 4

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

Shades of Golden Brown #856504

Tints of Golden Brown #856504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

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

R = 55.88%
G = 42.44%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#856504 (or 0x856504) is known color: Golden Brown. HEX triplet: 85, 65 and 04. RGB value is (133,101,4). Sum of RGB (Red+Green+Blue) = 133+101+4=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #856504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856504 is #7A9AFB. Grayscale: #636363. Windows color (decimal): -8035068 or 288133. OLE color: 288133.

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

Color convert

RGB 133 101 4 -
CMYK 0 0.24 0.97 0.48
HSL 45.12º 0.94% 0.27% -
HSV(B) 45.12º 0.97% 0.52% -
XYZ 14.35 14.3 2.12 -
YUV 99.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 133 101 4 0 0.24 0.97 0.48 45.12 0.94 0.27
Hex 85 65 4 0 18 61 30 2D 5E 1B
Octal 205 145 4 0 30 141 60 55 136 33
Binary 10000101 1100101 100 0 11000 1100001 110000 101101 1011110 11011

Color Harmonies of #856504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856504

Black with #856504

Text Example


Text Example

White with #856504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856504; }

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

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

background-color css

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

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

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

border-color css

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

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

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