#887949

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

Shades of Clay Creek #887949

Tints of Clay Creek #887949

Color information

#887949 (or 0x887949) is unknown color: approx Clay Creek. HEX triplet: 88, 79 and 49. RGB value is (136,121,73). Sum of RGB (Red+Green+Blue) = 136+121+73=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 136 - color contains mainly: red. Hex color #887949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #887949 is #7786B6. Grayscale: #787878. Windows color (decimal): -7833271 or 4815240. OLE color: 4815240.

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

Color convert

RGB13612173-
CMYK00.110.460.47
HSL45.71º30.14%40.98%-
HSV(B)45.71º46.32%53.33%-
XYZ18.1919.399.09-
YUV120.01101.47139.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 121 (47.66% from 255) = 36.67%
BLUE value IS 73 (28.91% from 255) = 22.12%
R=41.21%
G=36.67%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1361217300.110.460.4745.7130.1440.98
Hex8879490B2E2F2e1e29
Octal2101711110135657563651
Binary10001000111100110010010101110111010111110111011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #887949; }

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

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

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

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

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

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

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

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