#8B8259

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

Shades of Clay Creek #8B8259

Tints of Clay Creek #8B8259

Color information

#8B8259 (or 0x8B8259) is unknown color: approx Clay Creek. HEX triplet: 8B, 82 and 59. RGB value is (139,130,89). Sum of RGB (Red+Green+Blue) = 139+130+89=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 130 (51.17% from 255 or 36.31% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8259 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8259 is #747DA6. Grayscale: #808080. Windows color (decimal): -7634343 or 5866123. OLE color: 5866123.

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

Color convert

RGB13913089-
CMYK00.060.360.45
HSL49.2º21.93%44.71%-
HSV(B)49.2º35.97%54.51%-
XYZ20.4322.1812.65-
YUV128.02105.98135.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.83%
GREEN value IS 130 (51.17% from 255) = 36.31%
BLUE value IS 89 (35.16% from 255) = 24.86%
R=38.83%
G=36.31%
B=24.86%

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
Decimal1391308900.060.360.4549.221.9344.71
Hex8B825906242D31162d
Octal213202131064455612655
Binary10001011100000101011001011010010010110111000110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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