Html Css Color HEX #887020 Yukon Gold

📋 copy color: '#887020'

red 136 ◦ green 112 ◦ blue 32

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

Shades of Yukon Gold #887020

Tints of Yukon Gold #887020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 48.57%
G = 40%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#887020 (or 0x887020) is known color: Yukon Gold. HEX triplet: 88, 70 and 20. RGB value is (136,112,32). Sum of RGB (Red+Green+Blue) = 136+112+32=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 112 (44.14% from 255 or 40% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #887020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887020 is #778FDF. Grayscale: #6E6E6E. Windows color (decimal): -7835616 or 2125960. OLE color: 2125960.

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

Color convert

RGB 136 112 32 -
CMYK 0 0.18 0.76 0.47
HSL 46.15º 0.62% 0.33% -
HSV(B) 46.15º 0.76% 0.53% -
XYZ 16.21 16.93 3.78 -
YUV 110.06 83.95 146.5 -
System Red Green Blue C M Y K H S L
Decimal 136 112 32 0 0.18 0.76 0.47 46.15 0.62 0.33
Hex 88 70 20 0 12 4C 2F 2E 3E 21
Octal 210 160 40 0 22 114 57 56 76 41
Binary 10001000 1110000 100000 0 10010 1001100 101111 101110 111110 100001

Color Harmonies of #887020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887020

Black with #887020

Text Example


Text Example

White with #887020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887020; }

 p { color: rgb(136,112,32); }

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

background-color css

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

 a { background-color: rgb(136,112,32); }

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

border-color css

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

 span { border-color: rgb(136,112,32); }

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