#887B5E

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

Shades of Clay Creek #887B5E

Tints of Clay Creek #887B5E

Color information

#887B5E (or 0x887B5E) is unknown color: approx Clay Creek. HEX triplet: 88, 7B and 5E. RGB value is (136,123,94). Sum of RGB (Red+Green+Blue) = 136+123+94=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 123 (48.44% from 255 or 34.84% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #887B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887B5E is #7784A1. Grayscale: #7B7B7B. Windows color (decimal): -7832738 or 6192008. OLE color: 6192008.

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

Color convert

RGB13612394-
CMYK00.100.310.47
HSL41.43º18.26%45.1%-
HSV(B)41.43º30.88%53.33%-
XYZ19.2620.2113.48-
YUV123.58111.31136.86-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 123 (48.44% from 255) = 34.84%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=38.53%
G=34.84%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361239400.100.310.4741.4318.2645.1
Hex887B5E0A1F2F29122d
Octal2101731360123757512255
Binary1000100011110111011110010101111110111110100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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