Html Css Color HEX #856221 Yukon Gold

📋 copy color: '#856221'

red 133 ◦ green 98 ◦ blue 33

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

Shades of Yukon Gold #856221

Tints of Yukon Gold #856221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.5%

R = 50.38%
G = 37.12%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#856221 (or 0x856221) is known color: Yukon Gold. HEX triplet: 85, 62 and 21. RGB value is (133,98,33). Sum of RGB (Red+Green+Blue) = 133+98+33=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 33 (13.28% from 255 or 12.5% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #856221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #856221 is #7A9DDE. Grayscale: #656565. Windows color (decimal): -8035807 or 2187909. OLE color: 2187909.

HSL color Cylindrical-coordinate representation of color #856221: hue angle of 39º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #856221 is Cyan = 0, Magento = 0.26, Yellow = 0.75 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 98 33 -
CMYK 0 0.26 0.75 0.48
HSL 39º 0.6% 0.33% -
HSV(B) 39º 0.75% 0.52% -
XYZ 14.32 13.83 3.35 -
YUV 101.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 133 98 33 0 0.26 0.75 0.48 39 0.6 0.33
Hex 85 62 21 0 1A 4B 30 27 3C 21
Octal 205 142 41 0 32 113 60 47 74 41
Binary 10000101 1100010 100001 0 11010 1001011 110000 100111 111100 100001

Color Harmonies of #856221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856221

Black with #856221

Text Example


Text Example

White with #856221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856221; }

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

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

background-color css

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

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

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

border-color css

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

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

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