#8B7155

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

Shades of Cement #8B7155

Tints of Cement #8B7155

Color information

#8B7155 (or 0x8B7155) is unknown color: approx Cement. HEX triplet: 8B, 71 and 55. RGB value is (139,113,85). Sum of RGB (Red+Green+Blue) = 139+113+85=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7155 is #748EAA. Grayscale: #757575. Windows color (decimal): -7638699 or 5599627. OLE color: 5599627.

HSL color Cylindrical-coordinate representation of color #8B7155: hue angle of 31.11º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B7155 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB13911385-
CMYK00.190.390.45
HSL31.11º24.11%43.92%-
HSV(B)31.11º38.85%54.51%-
XYZ18.1917.9611.1-
YUV117.58109.61143.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 113 (44.53% from 255) = 33.53%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=41.25%
G=33.53%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391138500.190.390.4531.1124.1143.92
Hex8B7155013272D1f182c
Octal2131611250234755373054
Binary10001011111000110101010100111001111011011111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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