Html Css Color HEX #887E49 Clay Creek

📋 copy color: '#887E49'

red 136 ◦ green 126 ◦ blue 73

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

Shades of Clay Creek #887E49

Tints of Clay Creek #887E49

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.61%

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

R = 40.6%
G = 37.61%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#887E49 (or 0x887E49) is known color: Clay Creek. HEX triplet: 88, 7E and 49. RGB value is (136,126,73). Sum of RGB (Red+Green+Blue) = 136+126+73=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 126 (49.61% from 255 or 37.61% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #887E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887E49 is #7781B6. Grayscale: #7B7B7B. Windows color (decimal): -7831991 or 4816520. OLE color: 4816520.

HSL color Cylindrical-coordinate representation of color #887E49: hue angle of 50.48º 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 #887E49 is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 126 73 -
CMYK 0 0.07 0.46 0.47
HSL 50.48º 0.3% 0.41% -
HSV(B) 50.48º 0.46% 0.53% -
XYZ 18.82 20.64 9.29 -
YUV 122.95 99.81 137.31 -
System Red Green Blue C M Y K H S L
Decimal 136 126 73 0 0.07 0.46 0.47 50.48 0.3 0.41
Hex 88 7E 49 0 7 2E 2F 32 1E 29
Octal 210 176 111 0 7 56 57 62 36 51
Binary 10001000 1111110 1001001 0 111 101110 101111 110010 11110 101001

Color Harmonies of #887E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887E49

Black with #887E49

Text Example


Text Example

White with #887E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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