#8B7D4B

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

Shades of Clay Creek #8B7D4B

Tints of Clay Creek #8B7D4B

Color information

#8B7D4B (or 0x8B7D4B) is unknown color: approx Clay Creek. HEX triplet: 8B, 7D and 4B. RGB value is (139,125,75). Sum of RGB (Red+Green+Blue) = 139+125+75=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 125 (49.22% from 255 or 36.87% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B7D4B is #7482B4. Grayscale: #7B7B7B. Windows color (decimal): -7635637 or 4947339. OLE color: 4947339.

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

Color convert

RGB13912575-
CMYK00.100.460.45
HSL46.87º29.91%41.96%-
HSV(B)46.87º46.04%54.51%-
XYZ19.2520.669.63-
YUV123.49100.64139.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.00%
GREEN value IS 125 (49.22% from 255) = 36.87%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=41.00%
G=36.87%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391257500.100.460.4546.8729.9141.96
Hex8B7D4B0A2E2D2f1e2a
Octal2131751130125655573652
Binary10001011111110110010110101010111010110110111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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