Html Css Color HEX #887C49 Clay Creek

📋 copy color: '#887C49'

red 136 ◦ green 124 ◦ blue 73

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

Shades of Clay Creek #887C49

Tints of Clay Creek #887C49

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.24%

 BLUE value IS 73 (28.91% from 255) = 21.92%

R = 40.84%
G = 37.24%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#887C49 (or 0x887C49) is known color: Clay Creek. HEX triplet: 88, 7C and 49. RGB value is (136,124,73). Sum of RGB (Red+Green+Blue) = 136+124+73=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 124 (48.83% from 255 or 37.24% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #887C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887C49 is #7783B6. Grayscale: #797979. Windows color (decimal): -7832503 or 4816008. OLE color: 4816008.

HSL color Cylindrical-coordinate representation of color #887C49: hue angle of 48.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #887C49 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 124 73 -
CMYK 0 0.09 0.46 0.47
HSL 48.57º 0.3% 0.41% -
HSV(B) 48.57º 0.46% 0.53% -
XYZ 18.56 20.13 9.21 -
YUV 121.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 136 124 73 0 0.09 0.46 0.47 48.57 0.3 0.41
Hex 88 7C 49 0 9 2E 2F 31 1E 29
Octal 210 174 111 0 11 56 57 61 36 51
Binary 10001000 1111100 1001001 0 1001 101110 101111 110001 11110 101001

Color Harmonies of #887C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887C49

Black with #887C49

Text Example


Text Example

White with #887C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887C49; }

 p { color: rgb(136,124,73); }

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

background-color css

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

 a { background-color: rgb(136,124,73); }

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

border-color css

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

 span { border-color: rgb(136,124,73); }

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