#887952

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

Shades of Clay Creek #887952

Tints of Clay Creek #887952

Color information

#887952 (or 0x887952) is unknown color: approx Clay Creek. HEX triplet: 88, 79 and 52. RGB value is (136,121,82). Sum of RGB (Red+Green+Blue) = 136+121+82=339 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.12% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 82 (32.42% from 255 or 24.19% from 339); Max value from RGB is 136 - color contains mainly: red. Hex color #887952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887952 is #7786AD. Grayscale: #797979. Windows color (decimal): -7833262 or 5405064. OLE color: 5405064.

HSL color Cylindrical-coordinate representation of color #887952: hue angle of 43.33º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887952 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13612182-
CMYK00.110.400.47
HSL43.33º24.77%42.75%-
HSV(B)43.33º39.71%53.33%-
XYZ18.5119.5210.77-
YUV121.04105.97138.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.12%
GREEN value IS 121 (47.66% from 255) = 35.69%
BLUE value IS 82 (32.42% from 255) = 24.19%
R=40.12%
G=35.69%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361218200.110.400.4743.3324.7742.75
Hex8879520B282F2b192b
Octal2101711220135057533153
Binary10001000111100110100100101110100010111110101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887952; }

 p { color: rgb(136,121,82); }

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

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

 a { background-color: rgb(136,121,82); }

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

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

 span { border-color: rgb(136,121,82); }

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