Html Css Color HEX #856520 Yukon Gold

📋 copy color: '#856520'

red 133 ◦ green 101 ◦ blue 32

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

Shades of Yukon Gold #856520

Tints of Yukon Gold #856520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.03%

R = 50%
G = 37.97%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#856520 (or 0x856520) is known color: Yukon Gold. HEX triplet: 85, 65 and 20. RGB value is (133,101,32). Sum of RGB (Red+Green+Blue) = 133+101+32=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #856520 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856520 is #7A9ADF. Grayscale: #676767. Windows color (decimal): -8035040 or 2123141. OLE color: 2123141.

HSL color Cylindrical-coordinate representation of color #856520: hue angle of 40.99º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #856520 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 101 32 -
CMYK 0 0.24 0.76 0.48
HSL 40.99º 0.61% 0.32% -
HSV(B) 40.99º 0.76% 0.52% -
XYZ 14.59 14.4 3.38 -
YUV 102.7 88.1 149.61 -
System Red Green Blue C M Y K H S L
Decimal 133 101 32 0 0.24 0.76 0.48 40.99 0.61 0.32
Hex 85 65 20 0 18 4C 30 29 3D 20
Octal 205 145 40 0 30 114 60 51 75 40
Binary 10000101 1100101 100000 0 11000 1001100 110000 101001 111101 100000

Color Harmonies of #856520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856520

Black with #856520

Text Example


Text Example

White with #856520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856520; }

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

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

background-color css

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

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

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

border-color css

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

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

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