Html Css Color HEX #857516 Yukon Gold

📋 copy color: '#857516'

red 133 ◦ green 117 ◦ blue 22

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

Shades of Yukon Gold #857516

Tints of Yukon Gold #857516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 48.9%
G = 43.01%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#857516 (or 0x857516) is known color: Yukon Gold. HEX triplet: 85, 75 and 16. RGB value is (133,117,22). Sum of RGB (Red+Green+Blue) = 133+117+22=272 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.90% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 133 - color contains mainly: red. Hex color #857516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857516 is #7A8AE9. Grayscale: #6F6F6F. Windows color (decimal): -8030954 or 1471877. OLE color: 1471877.

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

Color convert

RGB 133 117 22 -
CMYK 0 0.12 0.83 0.48
HSL 51.35º 0.72% 0.3% -
HSV(B) 51.35º 0.83% 0.52% -
XYZ 16.18 17.77 3.34 -
YUV 110.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 133 117 22 0 0.12 0.83 0.48 51.35 0.72 0.3
Hex 85 75 16 0 C 53 30 33 48 1E
Octal 205 165 26 0 14 123 60 63 110 36
Binary 10000101 1110101 10110 0 1100 1010011 110000 110011 1001000 11110

Color Harmonies of #857516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857516

Black with #857516

Text Example


Text Example

White with #857516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857516; }

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

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

background-color css

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

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

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

border-color css

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

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

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