Html Css Color HEX #887220 Yukon Gold

📋 copy color: '#887220'

red 136 ◦ green 114 ◦ blue 32

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

Shades of Yukon Gold #887220

Tints of Yukon Gold #887220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.43%

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

R = 48.23%
G = 40.43%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#887220 (or 0x887220) is known color: Yukon Gold. HEX triplet: 88, 72 and 20. RGB value is (136,114,32). Sum of RGB (Red+Green+Blue) = 136+114+32=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #887220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887220 is #778DDF. Grayscale: #6F6F6F. Windows color (decimal): -7835104 or 2126472. OLE color: 2126472.

HSL color Cylindrical-coordinate representation of color #887220: hue angle of 47.31º 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 #887220 is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 114 32 -
CMYK 0 0.16 0.76 0.47
HSL 47.31º 0.62% 0.33% -
HSV(B) 47.31º 0.76% 0.53% -
XYZ 16.43 17.37 3.85 -
YUV 111.23 83.29 145.67 -
System Red Green Blue C M Y K H S L
Decimal 136 114 32 0 0.16 0.76 0.47 47.31 0.62 0.33
Hex 88 72 20 0 10 4C 2F 2F 3E 21
Octal 210 162 40 0 20 114 57 57 76 41
Binary 10001000 1110010 100000 0 10000 1001100 101111 101111 111110 100001

Color Harmonies of #887220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887220

Black with #887220

Text Example


Text Example

White with #887220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887220; }

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

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

background-color css

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

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

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

border-color css

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

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

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