#8B7D49

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

Shades of Clay Creek #8B7D49

Tints of Clay Creek #8B7D49

Color information

#8B7D49 (or 0x8B7D49) is unknown color: approx Clay Creek. HEX triplet: 8B, 7D and 49. RGB value is (139,125,73). Sum of RGB (Red+Green+Blue) = 139+125+73=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D49 is #7482B6. Grayscale: #7B7B7B. Windows color (decimal): -7635639 or 4816267. OLE color: 4816267.

HSL color Cylindrical-coordinate representation of color #8B7D49: hue angle of 47.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B7D49 is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB13912573-
CMYK00.100.470.45
HSL47.27º31.13%41.57%-
HSV(B)47.27º47.48%54.51%-
XYZ19.1820.649.28-
YUV123.2699.64139.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 125 (49.22% from 255) = 37.09%
BLUE value IS 73 (28.91% from 255) = 21.66%
R=41.25%
G=37.09%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391257300.100.470.4547.2731.1341.57
Hex8B7D490A2F2D2f1f2a
Octal2131751110125755573752
Binary10001011111110110010010101010111110110110111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,125,73); }

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

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

 a { background-color: rgb(139,125,73); }

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

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

 span { border-color: rgb(139,125,73); }

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