#8B8359

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

Shades of Clay Creek #8B8359

Tints of Clay Creek #8B8359

Color information

#8B8359 (or 0x8B8359) is unknown color: approx Clay Creek. HEX triplet: 8B, 83 and 59. RGB value is (139,131,89). Sum of RGB (Red+Green+Blue) = 139+131+89=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8359 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8359 is #747CA6. Grayscale: #808080. Windows color (decimal): -7634087 or 5866379. OLE color: 5866379.

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

Color convert

RGB13913189-
CMYK00.060.360.45
HSL50.4º21.93%44.71%-
HSV(B)50.4º35.97%54.51%-
XYZ20.5722.4412.7-
YUV128.6105.65135.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.72%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 89 (35.16% from 255) = 24.79%
R=38.72%
G=36.49%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391318900.060.360.4550.421.9344.71
Hex8B835906242D32162d
Octal213203131064455622655
Binary10001011100000111011001011010010010110111001010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,131,89); }

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

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

 a { background-color: rgb(139,131,89); }

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

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

 span { border-color: rgb(139,131,89); }

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