Html Css Color HEX #87740E Yukon Gold

📋 copy color: '#87740E'

red 135 ◦ green 116 ◦ blue 14

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

Shades of Yukon Gold #87740E

Tints of Yukon Gold #87740E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.77%

 BLUE value IS 14 (5.86% from 255) = 5.28%

R = 50.94%
G = 43.77%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#87740E (or 0x87740E) is known color: Yukon Gold. HEX triplet: 87, 74 and 0E. RGB value is (135,116,14). Sum of RGB (Red+Green+Blue) = 135+116+14=265 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.94% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 14 (5.86% from 255 or 5.28% from 265); Max value from RGB is 135 - color contains mainly: red. Hex color #87740E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87740E is #788BF1. Grayscale: #6E6E6E. Windows color (decimal): -7900146 or 947335. OLE color: 947335.

HSL color Cylindrical-coordinate representation of color #87740E: hue angle of 50.58º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87740E is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 116 14 -
CMYK 0 0.14 0.90 0.47
HSL 50.58º 0.81% 0.29% -
HSV(B) 50.58º 0.9% 0.53% -
XYZ 16.32 17.67 2.97 -
YUV 110.05 73.79 145.79 -
System Red Green Blue C M Y K H S L
Decimal 135 116 14 0 0.14 0.90 0.47 50.58 0.81 0.29
Hex 87 74 E 0 E 5A 2F 33 51 1D
Octal 207 164 16 0 16 132 57 63 121 35
Binary 10000111 1110100 1110 0 1110 1011010 101111 110011 1010001 11101

Color Harmonies of #87740E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87740E

Black with #87740E

Text Example


Text Example

White with #87740E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87740E; }

 p { color: rgb(135,116,14); }

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

background-color css

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

 a { background-color: rgb(135,116,14); }

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

border-color css

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

 span { border-color: rgb(135,116,14); }

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