Html Css Color HEX #857715 Yukon Gold

📋 copy color: '#857715'

red 133 ◦ green 119 ◦ blue 21

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

Shades of Yukon Gold #857715

Tints of Yukon Gold #857715

RGB

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

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

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

R = 48.72%
G = 43.59%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.48

RGB Variations

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

Color information

#857715 (or 0x857715) is known color: Yukon Gold. HEX triplet: 85, 77 and 15. RGB value is (133,119,21). Sum of RGB (Red+Green+Blue) = 133+119+21=273 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.72% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 133 - color contains mainly: red. Hex color #857715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857715 is #7A88EA. Grayscale: #707070. Windows color (decimal): -8030443 or 1406853. OLE color: 1406853.

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

Color convert

RGB 133 119 21 -
CMYK 0 0.11 0.84 0.48
HSL 52.5º 0.73% 0.3% -
HSV(B) 52.5º 0.84% 0.52% -
XYZ 16.41 18.23 3.36 -
YUV 112.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 133 119 21 0 0.11 0.84 0.48 52.5 0.73 0.3
Hex 85 77 15 0 B 54 30 34 49 1E
Octal 205 167 25 0 13 124 60 64 111 36
Binary 10000101 1110111 10101 0 1011 1010100 110000 110100 1001001 11110

Color Harmonies of #857715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857715

Black with #857715

Text Example


Text Example

White with #857715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857715; }

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

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

background-color css

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

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

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

border-color css

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

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

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