Html Css Color HEX #856220 Yukon Gold

📋 copy color: '#856220'

red 133 ◦ green 98 ◦ blue 32

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

Shades of Yukon Gold #856220

Tints of Yukon Gold #856220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.26%

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

R = 50.57%
G = 37.26%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.76

 K value IS 0.48

RGB Variations

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

Color information

#856220 (or 0x856220) is known color: Yukon Gold. HEX triplet: 85, 62 and 20. RGB value is (133,98,32). Sum of RGB (Red+Green+Blue) = 133+98+32=263 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.57% from 263); Green value is 98 (38.67% from 255 or 37.26% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 133 - color contains mainly: red. Hex color #856220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856220 is #7A9DDF. Grayscale: #656565. Windows color (decimal): -8035808 or 2122373. OLE color: 2122373.

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

Color convert

RGB 133 98 32 -
CMYK 0 0.26 0.76 0.48
HSL 39.21º 0.61% 0.32% -
HSV(B) 39.21º 0.76% 0.52% -
XYZ 14.3 13.83 3.28 -
YUV 100.94 89.1 150.87 -
System Red Green Blue C M Y K H S L
Decimal 133 98 32 0 0.26 0.76 0.48 39.21 0.61 0.32
Hex 85 62 20 0 1A 4C 30 27 3D 20
Octal 205 142 40 0 32 114 60 47 75 40
Binary 10000101 1100010 100000 0 11010 1001100 110000 100111 111101 100000

Color Harmonies of #856220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856220

Black with #856220

Text Example


Text Example

White with #856220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856220; }

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

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

background-color css

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

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

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

border-color css

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

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

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