Html Css Color HEX #877013 Yukon Gold

📋 copy color: '#877013'

red 135 ◦ green 112 ◦ blue 19

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

Shades of Yukon Gold #877013

Tints of Yukon Gold #877013

RGB

 RED value IS 135 (53.13% from 255) = 50.75%

 GREEN value IS 112 (44.14% from 255) = 42.11%

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 50.75%
G = 42.11%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#877013 (or 0x877013) is known color: Yukon Gold. HEX triplet: 87, 70 and 13. RGB value is (135,112,19). Sum of RGB (Red+Green+Blue) = 135+112+19=266 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.75% from 266); Green value is 112 (44.14% from 255 or 42.11% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 135 - color contains mainly: red. Hex color #877013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877013 is #788FEC. Grayscale: #6C6C6C. Windows color (decimal): -7901165 or 1273991. OLE color: 1273991.

HSL color Cylindrical-coordinate representation of color #877013: hue angle of 48.1º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #877013 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 112 19 -
CMYK 0 0.17 0.86 0.47
HSL 48.1º 0.75% 0.3% -
HSV(B) 48.1º 0.86% 0.53% -
XYZ 15.9 16.79 3.02 -
YUV 108.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 135 112 19 0 0.17 0.86 0.47 48.1 0.75 0.3
Hex 87 70 13 0 11 56 2F 30 4B 1E
Octal 207 160 23 0 21 126 57 60 113 36
Binary 10000111 1110000 10011 0 10001 1010110 101111 110000 1001011 11110

Color Harmonies of #877013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877013

Black with #877013

Text Example


Text Example

White with #877013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877013; }

 p { color: rgb(135,112,19); }

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

background-color css

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

 a { background-color: rgb(135,112,19); }

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

border-color css

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

 span { border-color: rgb(135,112,19); }

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