Html Css Color HEX #857412 Yukon Gold

📋 copy color: '#857412'

red 133 ◦ green 116 ◦ blue 18

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

Shades of Yukon Gold #857412

Tints of Yukon Gold #857412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.45%

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

R = 49.81%
G = 43.45%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#857412 (or 0x857412) is known color: Yukon Gold. HEX triplet: 85, 74 and 12. RGB value is (133,116,18). Sum of RGB (Red+Green+Blue) = 133+116+18=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #857412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857412 is #7A8BED. Grayscale: #6E6E6E. Windows color (decimal): -8031214 or 1209477. OLE color: 1209477.

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

Color convert

RGB 133 116 18 -
CMYK 0 0.13 0.86 0.48
HSL 51.13º 0.76% 0.3% -
HSV(B) 51.13º 0.86% 0.52% -
XYZ 16.03 17.52 3.11 -
YUV 109.91 76.13 144.47 -
System Red Green Blue C M Y K H S L
Decimal 133 116 18 0 0.13 0.86 0.48 51.13 0.76 0.3
Hex 85 74 12 0 D 56 30 33 4C 1E
Octal 205 164 22 0 15 126 60 63 114 36
Binary 10000101 1110100 10010 0 1101 1010110 110000 110011 1001100 11110

Color Harmonies of #857412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857412

Black with #857412

Text Example


Text Example

White with #857412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857412; }

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

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

background-color css

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

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

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

border-color css

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

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

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