#877D4A

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

Shades of Clay Creek #877D4A

Tints of Clay Creek #877D4A

Color information

#877D4A (or 0x877D4A) is unknown color: approx Clay Creek. HEX triplet: 87, 7D and 4A. RGB value is (135,125,74). Sum of RGB (Red+Green+Blue) = 135+125+74=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 135 - color contains mainly: red. Hex color #877D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D4A is #7882B5. Grayscale: #7A7A7A. Windows color (decimal): -7897782 or 4881799. OLE color: 4881799.

HSL color Cylindrical-coordinate representation of color #877D4A: 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 #877D4A is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB13512574-
CMYK00.070.450.47
HSL50.16º29.19%40.98%-
HSV(B)50.16º45.19%52.94%-
XYZ18.5620.319.42-
YUV122.18100.81137.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.42%
GREEN value IS 125 (49.22% from 255) = 37.43%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=40.42%
G=37.43%
B=22.16%

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
Decimal1351257400.070.450.4750.1629.1940.98
Hex877D4A072D2F321d29
Octal207175112075557623551
Binary1000011111111011001010011110110110111111001011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877D4A; }

 p { color: rgb(135,125,74); }

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

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

 a { background-color: rgb(135,125,74); }

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

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

 span { border-color: rgb(135,125,74); }

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