#8B7154

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

Shades of Cement #8B7154

Tints of Cement #8B7154

Color information

#8B7154 (or 0x8B7154) is unknown color: approx Cement. HEX triplet: 8B, 71 and 54. RGB value is (139,113,84). Sum of RGB (Red+Green+Blue) = 139+113+84=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 84 (33.20% from 255 or 25% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7154 is #748EAB. Grayscale: #757575. Windows color (decimal): -7638700 or 5534091. OLE color: 5534091.

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

Color convert

RGB13911384-
CMYK00.190.400.45
HSL31.64º24.66%43.73%-
HSV(B)31.64º39.57%54.51%-
XYZ18.1517.9410.89-
YUV117.47109.11143.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 84 (33.20% from 255) = 25%
R=41.37%
G=33.63%
B=25%

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
Decimal1391138400.190.400.4531.6424.6643.73
Hex8B7154013282D20192c
Octal2131611240235055403154
Binary100010111110001101010001001110100010110110000011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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