Html Css Color HEX #857712 Yukon Gold

📋 copy color: '#857712'

red 133 ◦ green 119 ◦ blue 18

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

Shades of Yukon Gold #857712

Tints of Yukon Gold #857712

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.07%

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

R = 49.26%
G = 44.07%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#857712 (or 0x857712) is known color: Yukon Gold. HEX triplet: 85, 77 and 12. RGB value is (133,119,18). Sum of RGB (Red+Green+Blue) = 133+119+18=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #857712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857712 is #7A88ED. Grayscale: #707070. Windows color (decimal): -8030446 or 1210245. OLE color: 1210245.

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

Color convert

RGB 133 119 18 -
CMYK 0 0.11 0.86 0.48
HSL 52.7º 0.76% 0.3% -
HSV(B) 52.7º 0.86% 0.52% -
XYZ 16.38 18.22 3.23 -
YUV 111.67 75.14 143.21 -
System Red Green Blue C M Y K H S L
Decimal 133 119 18 0 0.11 0.86 0.48 52.7 0.76 0.3
Hex 85 77 12 0 B 56 30 35 4C 1E
Octal 205 167 22 0 13 126 60 65 114 36
Binary 10000101 1110111 10010 0 1011 1010110 110000 110101 1001100 11110

Color Harmonies of #857712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857712

Black with #857712

Text Example


Text Example

White with #857712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857712; }

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

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

background-color css

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

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

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

border-color css

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

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

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