Html Css Color HEX #857714 Yukon Gold

📋 copy color: '#857714'

red 133 ◦ green 119 ◦ blue 20

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

Shades of Yukon Gold #857714

Tints of Yukon Gold #857714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 48.9%
G = 43.75%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.48

RGB Variations

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

Color information

#857714 (or 0x857714) is known color: Yukon Gold. HEX triplet: 85, 77 and 14. RGB value is (133,119,20). Sum of RGB (Red+Green+Blue) = 133+119+20=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #857714 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857714 is #7A88EB. Grayscale: #707070. Windows color (decimal): -8030444 or 1341317. OLE color: 1341317.

HSL color Cylindrical-coordinate representation of color #857714: hue angle of 52.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #857714 is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 119 20 -
CMYK 0 0.11 0.85 0.48
HSL 52.57º 0.74% 0.3% -
HSV(B) 52.57º 0.85% 0.52% -
XYZ 16.4 18.23 3.32 -
YUV 111.9 76.14 143.05 -
System Red Green Blue C M Y K H S L
Decimal 133 119 20 0 0.11 0.85 0.48 52.57 0.74 0.3
Hex 85 77 14 0 B 55 30 35 4A 1E
Octal 205 167 24 0 13 125 60 65 112 36
Binary 10000101 1110111 10100 0 1011 1010101 110000 110101 1001010 11110

Color Harmonies of #857714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857714

Black with #857714

Text Example


Text Example

White with #857714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857714; }

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

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

background-color css

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

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

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

border-color css

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

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

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