#8B7153

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

Shades of Cement #8B7153

Tints of Cement #8B7153

Color information

#8B7153 (or 0x8B7153) is unknown color: approx Cement. HEX triplet: 8B, 71 and 53. RGB value is (139,113,83). Sum of RGB (Red+Green+Blue) = 139+113+83=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7153 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7153 is #748EAC. Grayscale: #757575. Windows color (decimal): -7638701 or 5468555. OLE color: 5468555.

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

Color convert

RGB13911383-
CMYK00.190.400.45
HSL32.14º25.23%43.53%-
HSV(B)32.14º40.29%54.51%-
XYZ18.1117.9210.69-
YUV117.35108.61143.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 113 (44.53% from 255) = 33.73%
BLUE value IS 83 (32.81% from 255) = 24.78%
R=41.49%
G=33.73%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391138300.190.400.4532.1425.2343.53
Hex8B7153013282D20192c
Octal2131611230235055403154
Binary100010111110001101001101001110100010110110000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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