#877B48

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

Shades of Clay Creek #877B48

Tints of Clay Creek #877B48

Color information

#877B48 (or 0x877B48) is unknown color: approx Clay Creek. HEX triplet: 87, 7B and 48. RGB value is (135,123,72). Sum of RGB (Red+Green+Blue) = 135+123+72=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 123 (48.44% from 255 or 37.27% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #877B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877B48 is #7884B7. Grayscale: #787878. Windows color (decimal): -7898296 or 4750215. OLE color: 4750215.

HSL color Cylindrical-coordinate representation of color #877B48: hue angle of 48.57º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #877B48 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB13512372-
CMYK00.090.470.47
HSL48.57º30.43%40.59%-
HSV(B)48.57º46.67%52.94%-
XYZ18.2419.788.99-
YUV120.77100.48138.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 123 (48.44% from 255) = 37.27%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=40.91%
G=37.27%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351237200.090.470.4748.5730.4340.59
Hex877B48092F2F311e29
Octal2071731100115757613651
Binary10000111111101110010000100110111110111111000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,123,72); }

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

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

 a { background-color: rgb(135,123,72); }

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

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

 span { border-color: rgb(135,123,72); }

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