Html Css Color HEX #857112 Yukon Gold

📋 copy color: '#857112'

red 133 ◦ green 113 ◦ blue 18

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

Shades of Yukon Gold #857112

Tints of Yukon Gold #857112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.8%

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

R = 50.38%
G = 42.8%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#857112 (or 0x857112) is known color: Yukon Gold. HEX triplet: 85, 71 and 12. RGB value is (133,113,18). Sum of RGB (Red+Green+Blue) = 133+113+18=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #857112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857112 is #7A8EED. Grayscale: #6C6C6C. Windows color (decimal): -8031982 or 1208709. OLE color: 1208709.

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

Color convert

RGB 133 113 18 -
CMYK 0 0.15 0.86 0.48
HSL 49.57º 0.76% 0.3% -
HSV(B) 49.57º 0.86% 0.52% -
XYZ 15.69 16.84 3 -
YUV 108.15 77.13 145.72 -
System Red Green Blue C M Y K H S L
Decimal 133 113 18 0 0.15 0.86 0.48 49.57 0.76 0.3
Hex 85 71 12 0 F 56 30 32 4C 1E
Octal 205 161 22 0 17 126 60 62 114 36
Binary 10000101 1110001 10010 0 1111 1010110 110000 110010 1001100 11110

Color Harmonies of #857112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857112

Black with #857112

Text Example


Text Example

White with #857112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857112; }

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

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

background-color css

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

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

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

border-color css

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

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

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