Html Css Color HEX #857115 Yukon Gold

📋 copy color: '#857115'

red 133 ◦ green 113 ◦ blue 21

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

Shades of Yukon Gold #857115

Tints of Yukon Gold #857115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.32%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 49.81%
G = 42.32%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#857115 (or 0x857115) is known color: Yukon Gold. HEX triplet: 85, 71 and 15. RGB value is (133,113,21). Sum of RGB (Red+Green+Blue) = 133+113+21=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #857115 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857115 is #7A8EEA. Grayscale: #6C6C6C. Windows color (decimal): -8031979 or 1405317. OLE color: 1405317.

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

Color convert

RGB 133 113 21 -
CMYK 0 0.15 0.84 0.48
HSL 49.29º 0.73% 0.3% -
HSV(B) 49.29º 0.84% 0.52% -
XYZ 15.71 16.85 3.13 -
YUV 108.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 133 113 21 0 0.15 0.84 0.48 49.29 0.73 0.3
Hex 85 71 15 0 F 54 30 31 49 1E
Octal 205 161 25 0 17 124 60 61 111 36
Binary 10000101 1110001 10101 0 1111 1010100 110000 110001 1001001 11110

Color Harmonies of #857115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857115

Black with #857115

Text Example


Text Example

White with #857115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857115; }

 p { color: rgb(133,113,21); }

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

background-color css

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

 a { background-color: rgb(133,113,21); }

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

border-color css

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

 span { border-color: rgb(133,113,21); }

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