#8B8154

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

Shades of Clay Creek #8B8154

Tints of Clay Creek #8B8154

Color information

#8B8154 (or 0x8B8154) is unknown color: approx Clay Creek. HEX triplet: 8B, 81 and 54. RGB value is (139,129,84). Sum of RGB (Red+Green+Blue) = 139+129+84=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8154 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8154 is #747EAB. Grayscale: #7F7F7F. Windows color (decimal): -7634604 or 5538187. OLE color: 5538187.

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

Color convert

RGB13912984-
CMYK00.070.400.45
HSL49.09º24.66%43.73%-
HSV(B)49.09º39.57%54.51%-
XYZ20.121.8311.54-
YUV126.86103.81136.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.49%
GREEN value IS 129 (50.78% from 255) = 36.65%
BLUE value IS 84 (33.20% from 255) = 23.86%
R=39.49%
G=36.65%
B=23.86%

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
Decimal1391298400.070.400.4549.0924.6643.73
Hex8B815407282D31192c
Octal213201124075055613154
Binary10001011100000011010100011110100010110111000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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