Html Css Color HEX #877012 Yukon Gold

📋 copy color: '#877012'

red 135 ◦ green 112 ◦ blue 18

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

Shades of Yukon Gold #877012

Tints of Yukon Gold #877012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.79%

R = 50.94%
G = 42.26%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.87

 K value IS 0.47

RGB Variations

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

Color information

#877012 (or 0x877012) is known color: Yukon Gold. HEX triplet: 87, 70 and 12. RGB value is (135,112,18). Sum of RGB (Red+Green+Blue) = 135+112+18=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #877012 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877012 is #788FED. Grayscale: #6C6C6C. Windows color (decimal): -7901166 or 1208455. OLE color: 1208455.

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

Color convert

RGB 135 112 18 -
CMYK 0 0.17 0.87 0.47
HSL 48.21º 0.76% 0.3% -
HSV(B) 48.21º 0.87% 0.53% -
XYZ 15.9 16.78 2.97 -
YUV 108.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 135 112 18 0 0.17 0.87 0.47 48.21 0.76 0.3
Hex 87 70 12 0 11 57 2F 30 4C 1E
Octal 207 160 22 0 21 127 57 60 114 36
Binary 10000111 1110000 10010 0 10001 1010111 101111 110000 1001100 11110

Color Harmonies of #877012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877012

Black with #877012

Text Example


Text Example

White with #877012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877012; }

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

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

background-color css

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

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

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

border-color css

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

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

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