#8B824E

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

Shades of Clay Creek #8B824E

Tints of Clay Creek #8B824E

Color information

#8B824E (or 0x8B824E) is unknown color: approx Clay Creek. HEX triplet: 8B, 82 and 4E. RGB value is (139,130,78). Sum of RGB (Red+Green+Blue) = 139+130+78=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 130 (51.17% from 255 or 37.46% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 139 - color contains mainly: red. Hex color #8B824E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B824E is #747DB1. Grayscale: #7E7E7E. Windows color (decimal): -7634354 or 5145227. OLE color: 5145227.

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

Color convert

RGB13913078-
CMYK00.060.440.45
HSL51.15º28.11%42.55%-
HSV(B)51.15º43.88%54.51%-
XYZ20.012210.4-
YUV126.76100.48136.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.06%
GREEN value IS 130 (51.17% from 255) = 37.46%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=40.06%
G=37.46%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391307800.060.440.4551.1528.1142.55
Hex8B824E062C2D331c2b
Octal213202116065455633453
Binary10001011100000101001110011010110010110111001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B824E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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