Html Css Color HEX #857512 Yukon Gold

📋 copy color: '#857512'

red 133 ◦ green 117 ◦ blue 18

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

Shades of Yukon Gold #857512

Tints of Yukon Gold #857512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.66%

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

R = 49.63%
G = 43.66%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#857512 (or 0x857512) is known color: Yukon Gold. HEX triplet: 85, 75 and 12. RGB value is (133,117,18). Sum of RGB (Red+Green+Blue) = 133+117+18=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #857512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857512 is #7A8AED. Grayscale: #6E6E6E. Windows color (decimal): -8030958 or 1209733. OLE color: 1209733.

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

Color convert

RGB 133 117 18 -
CMYK 0 0.12 0.86 0.48
HSL 51.65º 0.76% 0.3% -
HSV(B) 51.65º 0.86% 0.52% -
XYZ 16.14 17.75 3.15 -
YUV 110.5 75.8 144.05 -
System Red Green Blue C M Y K H S L
Decimal 133 117 18 0 0.12 0.86 0.48 51.65 0.76 0.3
Hex 85 75 12 0 C 56 30 34 4C 1E
Octal 205 165 22 0 14 126 60 64 114 36
Binary 10000101 1110101 10010 0 1100 1010110 110000 110100 1001100 11110

Color Harmonies of #857512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857512

Black with #857512

Text Example


Text Example

White with #857512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857512; }

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

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

background-color css

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

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

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

border-color css

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

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

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