#8B7055

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

Shades of Cement #8B7055

Tints of Cement #8B7055

Color information

#8B7055 (or 0x8B7055) is unknown color: approx Cement. HEX triplet: 8B, 70 and 55. RGB value is (139,112,85). Sum of RGB (Red+Green+Blue) = 139+112+85=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7055 is #748FAA. Grayscale: #757575. Windows color (decimal): -7638955 or 5599371. OLE color: 5599371.

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

Color convert

RGB13911285-
CMYK00.190.390.45
HSL30º24.11%43.92%-
HSV(B)30º38.85%54.51%-
XYZ18.0817.7311.06-
YUV117109.95143.7-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 112 (44.14% from 255) = 33.33%
BLUE value IS 85 (33.59% from 255) = 25.30%
R=41.37%
G=33.33%
B=25.30%

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
Decimal1391128500.190.390.453024.1143.92
Hex8B7055013272D1e182c
Octal2131601250234755363054
Binary10001011111000010101010100111001111011011111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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