Html Css Color HEX #856420 Yukon Gold

📋 copy color: '#856420'

red 133 ◦ green 100 ◦ blue 32

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

Shades of Yukon Gold #856420

Tints of Yukon Gold #856420

RGB

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

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

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

R = 50.19%
G = 37.74%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#856420 (or 0x856420) is known color: Yukon Gold. HEX triplet: 85, 64 and 20. RGB value is (133,100,32). Sum of RGB (Red+Green+Blue) = 133+100+32=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #856420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856420 is #7A9BDF. Grayscale: #666666. Windows color (decimal): -8035296 or 2122885. OLE color: 2122885.

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

Color convert

RGB 133 100 32 -
CMYK 0 0.25 0.76 0.48
HSL 40.4º 0.61% 0.32% -
HSV(B) 40.4º 0.76% 0.52% -
XYZ 14.49 14.21 3.34 -
YUV 102.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 133 100 32 0 0.25 0.76 0.48 40.4 0.61 0.32
Hex 85 64 20 0 19 4C 30 28 3D 20
Octal 205 144 40 0 31 114 60 50 75 40
Binary 10000101 1100100 100000 0 11001 1001100 110000 101000 111101 100000

Color Harmonies of #856420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856420

Black with #856420

Text Example


Text Example

White with #856420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856420; }

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

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

background-color css

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

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

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

border-color css

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

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

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