#8B715A

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

Shades of Cement #8B715A

Tints of Cement #8B715A

Color information

#8B715A (or 0x8B715A) is unknown color: approx Cement. HEX triplet: 8B, 71 and 5A. RGB value is (139,113,90). Sum of RGB (Red+Green+Blue) = 139+113+90=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B715A is #748EA5. Grayscale: #767676. Windows color (decimal): -7638694 or 5927307. OLE color: 5927307.

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

Color convert

RGB13911390-
CMYK00.190.350.45
HSL28.16º21.4%44.9%-
HSV(B)28.16º35.25%54.51%-
XYZ18.418.0412.18-
YUV118.15112.11142.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 113 (44.53% from 255) = 33.04%
BLUE value IS 90 (35.55% from 255) = 26.32%
R=40.64%
G=33.04%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391139000.190.350.4528.1621.444.9
Hex8B715A013232D1c152d
Octal2131611320234355342555
Binary10001011111000110110100100111000111011011110010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B715A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,113,90); }

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

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

 a { background-color: rgb(139,113,90); }

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

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

 span { border-color: rgb(139,113,90); }

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