Html Css Color HEX #887114 Yukon Gold

📋 copy color: '#887114'

red 136 ◦ green 113 ◦ blue 20

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

Shades of Yukon Gold #887114

Tints of Yukon Gold #887114

RGB

 RED value IS 136 (53.52% from 255) = 50.56%

 GREEN value IS 113 (44.53% from 255) = 42.01%

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

R = 50.56%
G = 42.01%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#887114 (or 0x887114) is known color: Yukon Gold. HEX triplet: 88, 71 and 14. RGB value is (136,113,20). Sum of RGB (Red+Green+Blue) = 136+113+20=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #887114 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #887114 is #778EEB. Grayscale: #6D6D6D. Windows color (decimal): -7835372 or 1339784. OLE color: 1339784.

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

Color convert

RGB 136 113 20 -
CMYK 0 0.17 0.85 0.47
HSL 48.1º 0.74% 0.31% -
HSV(B) 48.1º 0.85% 0.53% -
XYZ 16.18 17.1 3.11 -
YUV 109.28 77.62 147.06 -
System Red Green Blue C M Y K H S L
Decimal 136 113 20 0 0.17 0.85 0.47 48.1 0.74 0.31
Hex 88 71 14 0 11 55 2F 30 4A 1F
Octal 210 161 24 0 21 125 57 60 112 37
Binary 10001000 1110001 10100 0 10001 1010101 101111 110000 1001010 11111

Color Harmonies of #887114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887114

Black with #887114

Text Example


Text Example

White with #887114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887114; }

 p { color: rgb(136,113,20); }

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

background-color css

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

 a { background-color: rgb(136,113,20); }

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

border-color css

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

 span { border-color: rgb(136,113,20); }

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