#8B8257

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

Shades of Clay Creek #8B8257

Tints of Clay Creek #8B8257

Color information

#8B8257 (or 0x8B8257) is unknown color: approx Clay Creek. HEX triplet: 8B, 82 and 57. RGB value is (139,130,87). Sum of RGB (Red+Green+Blue) = 139+130+87=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 87 (34.38% from 255 or 24.44% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8257 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8257 is #747DA8. Grayscale: #7F7F7F. Windows color (decimal): -7634345 or 5735051. OLE color: 5735051.

HSL color Cylindrical-coordinate representation of color #8B8257: hue angle of 49.62º 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 #8B8257 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB13913087-
CMYK00.060.370.45
HSL49.62º23.01%44.31%-
HSV(B)49.62º37.41%54.51%-
XYZ20.3522.1412.22-
YUV127.79104.98136-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.04%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 87 (34.38% from 255) = 24.44%
R=39.04%
G=36.52%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391308700.060.370.4549.6223.0144.31
Hex8B825706252D32172c
Octal213202127064555622754
Binary10001011100000101010111011010010110110111001010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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