#8B7054

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

Shades of Cement #8B7054

Tints of Cement #8B7054

Color information

#8B7054 (or 0x8B7054) is unknown color: approx Cement. HEX triplet: 8B, 70 and 54. RGB value is (139,112,84). Sum of RGB (Red+Green+Blue) = 139+112+84=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 84 (33.20% from 255 or 25.07% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7054 is #748FAB. Grayscale: #757575. Windows color (decimal): -7638956 or 5533835. OLE color: 5533835.

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

Color convert

RGB13911284-
CMYK00.190.400.45
HSL30.55º24.66%43.73%-
HSV(B)30.55º39.57%54.51%-
XYZ18.0417.7210.86-
YUV116.88109.45143.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 84 (33.20% from 255) = 25.07%
R=41.49%
G=33.43%
B=25.07%

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
Decimal1391128400.190.400.4530.5524.6643.73
Hex8B7054013282D1f192c
Octal2131601240235055373154
Binary10001011111000010101000100111010001011011111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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