Html Css Color HEX #856212 Yukon Gold

📋 copy color: '#856212'

red 133 ◦ green 98 ◦ blue 18

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

Shades of Yukon Gold #856212

Tints of Yukon Gold #856212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 53.41%
G = 39.36%
B = 7.23%

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

#856212 (or 0x856212) is known color: Yukon Gold. HEX triplet: 85, 62 and 12. RGB value is (133,98,18). Sum of RGB (Red+Green+Blue) = 133+98+18=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 98 (38.67% from 255 or 39.36% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #856212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856212 is #7A9DED. Grayscale: #636363. Windows color (decimal): -8035822 or 1204869. OLE color: 1204869.

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

Color convert

RGB 133 98 18 -
CMYK 0 0.26 0.86 0.48
HSL 41.74º 0.76% 0.3% -
HSV(B) 41.74º 0.86% 0.52% -
XYZ 14.15 13.77 2.48 -
YUV 99.35 82.1 152 -
System Red Green Blue C M Y K H S L
Decimal 133 98 18 0 0.26 0.86 0.48 41.74 0.76 0.3
Hex 85 62 12 0 1A 56 30 2A 4C 1E
Octal 205 142 22 0 32 126 60 52 114 36
Binary 10000101 1100010 10010 0 11010 1010110 110000 101010 1001100 11110

Color Harmonies of #856212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856212

Black with #856212

Text Example


Text Example

White with #856212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856212; }

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

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

background-color css

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

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

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

border-color css

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

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

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