#8B8153

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

Shades of Clay Creek #8B8153

Tints of Clay Creek #8B8153

Color information

#8B8153 (or 0x8B8153) is unknown color: approx Clay Creek. HEX triplet: 8B, 81 and 53. RGB value is (139,129,83). Sum of RGB (Red+Green+Blue) = 139+129+83=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 129 (50.78% from 255 or 36.75% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8153 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8153 is #747EAC. Grayscale: #7E7E7E. Windows color (decimal): -7634605 or 5472651. OLE color: 5472651.

HSL color Cylindrical-coordinate representation of color #8B8153: hue angle of 49.29º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B8153 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB13912983-
CMYK00.070.400.45
HSL49.29º25.23%43.53%-
HSV(B)49.29º40.29%54.51%-
XYZ20.0621.8111.34-
YUV126.75103.31136.74-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.60%
GREEN value IS 129 (50.78% from 255) = 36.75%
BLUE value IS 83 (32.81% from 255) = 23.65%
R=39.60%
G=36.75%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391298300.070.400.4549.2925.2343.53
Hex8B815307282D31192c
Octal213201123075055613154
Binary10001011100000011010011011110100010110111000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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