Html Css Color HEX #877514 Yukon Gold

📋 copy color: '#877514'

red 135 ◦ green 117 ◦ blue 20

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

Shades of Yukon Gold #877514

Tints of Yukon Gold #877514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.01%

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 49.63%
G = 43.01%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#877514 (or 0x877514) is known color: Yukon Gold. HEX triplet: 87, 75 and 14. RGB value is (135,117,20). Sum of RGB (Red+Green+Blue) = 135+117+20=272 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.63% from 272); Green value is 117 (46.09% from 255 or 43.01% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 135 - color contains mainly: red. Hex color #877514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877514 is #788AEB. Grayscale: #6F6F6F. Windows color (decimal): -7899884 or 1340807. OLE color: 1340807.

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

Color convert

RGB 135 117 20 -
CMYK 0 0.13 0.85 0.47
HSL 50.61º 0.74% 0.3% -
HSV(B) 50.61º 0.85% 0.53% -
XYZ 16.48 17.92 3.25 -
YUV 111.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 135 117 20 0 0.13 0.85 0.47 50.61 0.74 0.3
Hex 87 75 14 0 D 55 2F 33 4A 1E
Octal 207 165 24 0 15 125 57 63 112 36
Binary 10000111 1110101 10100 0 1101 1010101 101111 110011 1001010 11110

Color Harmonies of #877514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #877514

Black with #877514

Text Example


Text Example

White with #877514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #877514; }

 p { color: rgb(135,117,20); }

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

background-color css

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

 a { background-color: rgb(135,117,20); }

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

border-color css

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

 span { border-color: rgb(135,117,20); }

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