#887B4D

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

Shades of Clay Creek #887B4D

Tints of Clay Creek #887B4D

Color information

#887B4D (or 0x887B4D) is unknown color: approx Clay Creek. HEX triplet: 88, 7B and 4D. RGB value is (136,123,77). Sum of RGB (Red+Green+Blue) = 136+123+77=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 123 (48.44% from 255 or 36.61% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #887B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B4D is #7784B2. Grayscale: #797979. Windows color (decimal): -7832755 or 5077896. OLE color: 5077896.

HSL color Cylindrical-coordinate representation of color #887B4D: hue angle of 46.78º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #887B4D is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB13612377-
CMYK00.100.430.47
HSL46.78º27.7%41.76%-
HSV(B)46.78º43.38%53.33%-
XYZ18.5819.949.89-
YUV121.64102.81138.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 123 (48.44% from 255) = 36.61%
BLUE value IS 77 (30.47% from 255) = 22.92%
R=40.48%
G=36.61%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361237700.100.430.4746.7827.741.76
Hex887B4D0A2B2F2f1c2a
Octal2101731150125357573452
Binary10001000111101110011010101010101110111110111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,123,77); }

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

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

 a { background-color: rgb(136,123,77); }

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

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

 span { border-color: rgb(136,123,77); }

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