Html Css Color HEX #856210 Yukon Gold

📋 copy color: '#856210'

red 133 ◦ green 98 ◦ blue 16

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

Shades of Yukon Gold #856210

Tints of Yukon Gold #856210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.48%

R = 53.85%
G = 39.68%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#856210 (or 0x856210) is known color: Yukon Gold. HEX triplet: 85, 62 and 10. RGB value is (133,98,16). Sum of RGB (Red+Green+Blue) = 133+98+16=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #856210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856210 is #7A9DEF. Grayscale: #636363. Windows color (decimal): -8035824 or 1073797. OLE color: 1073797.

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

Color convert

RGB 133 98 16 -
CMYK 0 0.26 0.88 0.48
HSL 42.05º 0.79% 0.29% -
HSV(B) 42.05º 0.88% 0.52% -
XYZ 14.13 13.76 2.4 -
YUV 99.12 81.1 152.17 -
System Red Green Blue C M Y K H S L
Decimal 133 98 16 0 0.26 0.88 0.48 42.05 0.79 0.29
Hex 85 62 10 0 1A 58 30 2A 4F 1D
Octal 205 142 20 0 32 130 60 52 117 35
Binary 10000101 1100010 10000 0 11010 1011000 110000 101010 1001111 11101

Color Harmonies of #856210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856210

Black with #856210

Text Example


Text Example

White with #856210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856210; }

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

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

background-color css

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

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

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

border-color css

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

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

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