#8B7C57

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

Shades of Clay Creek #8B7C57

Tints of Clay Creek #8B7C57

Color information

#8B7C57 (or 0x8B7C57) is unknown color: approx Clay Creek. HEX triplet: 8B, 7C and 57. RGB value is (139,124,87). Sum of RGB (Red+Green+Blue) = 139+124+87=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 124 (48.83% from 255 or 35.43% from 350); Blue value is 87 (34.38% from 255 or 24.86% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7C57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7C57 is #7483A8. Grayscale: #7C7C7C. Windows color (decimal): -7635881 or 5733515. OLE color: 5733515.

HSL color Cylindrical-coordinate representation of color #8B7C57: hue angle of 42.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B7C57 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB13912487-
CMYK00.110.370.45
HSL42.69º23.01%44.31%-
HSV(B)42.69º37.41%54.51%-
XYZ19.5820.5911.96-
YUV124.27106.97138.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.71%
GREEN value IS 124 (48.83% from 255) = 35.43%
BLUE value IS 87 (34.38% from 255) = 24.86%
R=39.71%
G=35.43%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391248700.110.370.4542.6923.0144.31
Hex8B7C570B252D2b172c
Octal2131741270134555532754
Binary10001011111110010101110101110010110110110101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B7C57; }

 p { color: rgb(139,124,87); }

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

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

 a { background-color: rgb(139,124,87); }

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

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

 span { border-color: rgb(139,124,87); }

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