Html Css Color HEX #856211 Yukon Gold

📋 copy color: '#856211'

red 133 ◦ green 98 ◦ blue 17

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

Shades of Yukon Gold #856211

Tints of Yukon Gold #856211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 53.63%
G = 39.52%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.48

RGB Variations

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

Color information

#856211 (or 0x856211) is known color: Yukon Gold. HEX triplet: 85, 62 and 11. RGB value is (133,98,17). Sum of RGB (Red+Green+Blue) = 133+98+17=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #856211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856211 is #7A9DEE. Grayscale: #636363. Windows color (decimal): -8035823 or 1139333. OLE color: 1139333.

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

Color convert

RGB 133 98 17 -
CMYK 0 0.26 0.87 0.48
HSL 41.9º 0.77% 0.29% -
HSV(B) 41.9º 0.87% 0.52% -
XYZ 14.14 13.76 2.44 -
YUV 99.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 133 98 17 0 0.26 0.87 0.48 41.9 0.77 0.29
Hex 85 62 11 0 1A 57 30 2A 4D 1D
Octal 205 142 21 0 32 127 60 52 115 35
Binary 10000101 1100010 10001 0 11010 1010111 110000 101010 1001101 11101

Color Harmonies of #856211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856211

Black with #856211

Text Example


Text Example

White with #856211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856211; }

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

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

background-color css

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

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

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

border-color css

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

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

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