#8B855B

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

Shades of Clay Creek #8B855B

Tints of Clay Creek #8B855B

Color information

#8B855B (or 0x8B855B) is unknown color: approx Clay Creek. HEX triplet: 8B, 85 and 5B. RGB value is (139,133,91). Sum of RGB (Red+Green+Blue) = 139+133+91=363 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.29% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 139 - color contains mainly: red. Hex color #8B855B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B855B is #747AA4. Grayscale: #828282. Windows color (decimal): -7633573 or 5997963. OLE color: 5997963.

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

Color convert

RGB13913391-
CMYK00.040.350.45
HSL52.5º20.87%45.1%-
HSV(B)52.5º34.53%54.51%-
XYZ20.9223.0213.24-
YUV130.01105.99134.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.29%
GREEN value IS 133 (52.34% from 255) = 36.64%
BLUE value IS 91 (35.94% from 255) = 25.07%
R=38.29%
G=36.64%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391339100.040.350.4552.520.8745.1
Hex8B855B04232D34152d
Octal213205133044355642555
Binary10001011100001011011011010010001110110111010010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B855B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,133,91); }

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

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

 a { background-color: rgb(139,133,91); }

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

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

 span { border-color: rgb(139,133,91); }

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