#887E4B

Color #887E4B Clay Creek (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clay Creek #887E4B

Tints of Clay Creek #887E4B

Color information

#887E4B (or 0x887E4B) is unknown color: approx Clay Creek. HEX triplet: 88, 7E and 4B. RGB value is (136,126,75). Sum of RGB (Red+Green+Blue) = 136+126+75=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 126 (49.61% from 255 or 37.39% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #887E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887E4B is #7781B4. Grayscale: #7B7B7B. Windows color (decimal): -7831989 or 4947592. OLE color: 4947592.

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

Color convert

RGB13612675-
CMYK00.070.450.47
HSL50.16º28.91%41.37%-
HSV(B)50.16º44.85%53.33%-
XYZ18.8820.669.65-
YUV123.18100.81137.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 126 (49.61% from 255) = 37.39%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=40.36%
G=37.39%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361267500.070.450.4750.1628.9141.37
Hex887E4B072D2F321d29
Octal210176113075557623551
Binary1000100011111101001011011110110110111111001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #887E4B;
 }
 .AnyTagClassName
 {
   color: #887E4B;
 }
</style>
background-color css

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

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

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

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

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

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