Html Css Color HEX #856112 Yukon Gold

📋 copy color: '#856112'

red 133 ◦ green 97 ◦ blue 18

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

Shades of Yukon Gold #856112

Tints of Yukon Gold #856112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.11%

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

R = 53.63%
G = 39.11%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#856112 (or 0x856112) is known color: Yukon Gold. HEX triplet: 85, 61 and 12. RGB value is (133,97,18). Sum of RGB (Red+Green+Blue) = 133+97+18=248 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.63% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 133 - color contains mainly: red. Hex color #856112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #856112 is #7A9EED. Grayscale: #636363. Windows color (decimal): -8036078 or 1204613. OLE color: 1204613.

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

Color convert

RGB 133 97 18 -
CMYK 0 0.27 0.86 0.48
HSL 41.22º 0.76% 0.3% -
HSV(B) 41.22º 0.86% 0.52% -
XYZ 14.06 13.58 2.45 -
YUV 98.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 133 97 18 0 0.27 0.86 0.48 41.22 0.76 0.3
Hex 85 61 12 0 1B 56 30 29 4C 1E
Octal 205 141 22 0 33 126 60 51 114 36
Binary 10000101 1100001 10010 0 11011 1010110 110000 101001 1001100 11110

Color Harmonies of #856112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856112

Black with #856112

Text Example


Text Example

White with #856112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856112; }

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

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

background-color css

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

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

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

border-color css

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

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

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