#8B814B

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

Shades of Clay Creek #8B814B

Tints of Clay Creek #8B814B

Color information

#8B814B (or 0x8B814B) is unknown color: approx Clay Creek. HEX triplet: 8B, 81 and 4B. RGB value is (139,129,75). Sum of RGB (Red+Green+Blue) = 139+129+75=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 129 (50.78% from 255 or 37.61% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B814B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B814B is #747EB4. Grayscale: #7E7E7E. Windows color (decimal): -7634613 or 4948363. OLE color: 4948363.

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

Color convert

RGB13912975-
CMYK00.070.460.45
HSL50.62º29.91%41.96%-
HSV(B)50.62º46.04%54.51%-
XYZ19.7721.79.8-
YUV125.8399.31137.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 129 (50.78% from 255) = 37.61%
BLUE value IS 75 (29.69% from 255) = 21.87%
R=40.52%
G=37.61%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391297500.070.460.4550.6229.9141.96
Hex8B814B072E2D331e2a
Octal213201113075655633652
Binary10001011100000011001011011110111010110111001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B814B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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