Html Css Color HEX #857616 Yukon Gold

📋 copy color: '#857616'

red 133 ◦ green 118 ◦ blue 22

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

Shades of Yukon Gold #857616

Tints of Yukon Gold #857616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 43.22%

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

R = 48.72%
G = 43.22%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.48

RGB Variations

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

Color information

#857616 (or 0x857616) is known color: Yukon Gold. HEX triplet: 85, 76 and 16. RGB value is (133,118,22). Sum of RGB (Red+Green+Blue) = 133+118+22=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #857616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857616 is #7A89E9. Grayscale: #6F6F6F. Windows color (decimal): -8030698 or 1472133. OLE color: 1472133.

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

Color convert

RGB 133 118 22 -
CMYK 0 0.11 0.83 0.48
HSL 51.89º 0.72% 0.3% -
HSV(B) 51.89º 0.83% 0.52% -
XYZ 16.3 18 3.37 -
YUV 111.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 133 118 22 0 0.11 0.83 0.48 51.89 0.72 0.3
Hex 85 76 16 0 B 53 30 34 48 1E
Octal 205 166 26 0 13 123 60 64 110 36
Binary 10000101 1110110 10110 0 1011 1010011 110000 110100 1001000 11110

Color Harmonies of #857616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857616

Black with #857616

Text Example


Text Example

White with #857616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857616; }

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

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

background-color css

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

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

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

border-color css

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

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

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