Html Css Color HEX #856213 Yukon Gold

📋 copy color: '#856213'

red 133 ◦ green 98 ◦ blue 19

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

Shades of Yukon Gold #856213

Tints of Yukon Gold #856213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 53.2%
G = 39.2%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#856213 (or 0x856213) is known color: Yukon Gold. HEX triplet: 85, 62 and 13. RGB value is (133,98,19). Sum of RGB (Red+Green+Blue) = 133+98+19=250 (33% of max value = 765). Red value is 133 (52.34% from 255 or 53.2% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 133 - color contains mainly: red. Hex color #856213 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856213 is #7A9DEC. Grayscale: #636363. Windows color (decimal): -8035821 or 1270405. OLE color: 1270405.

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

Color convert

RGB 133 98 19 -
CMYK 0 0.26 0.86 0.48
HSL 41.58º 0.75% 0.3% -
HSV(B) 41.58º 0.86% 0.52% -
XYZ 14.16 13.77 2.53 -
YUV 99.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 133 98 19 0 0.26 0.86 0.48 41.58 0.75 0.3
Hex 85 62 13 0 1A 56 30 2A 4B 1E
Octal 205 142 23 0 32 126 60 52 113 36
Binary 10000101 1100010 10011 0 11010 1010110 110000 101010 1001011 11110

Color Harmonies of #856213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856213

Black with #856213

Text Example


Text Example

White with #856213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856213; }

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

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

background-color css

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

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

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

border-color css

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

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

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