#8B7352

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

Shades of Cement #8B7352

Tints of Cement #8B7352

Color information

#8B7352 (or 0x8B7352) is unknown color: approx Cement. HEX triplet: 8B, 73 and 52. RGB value is (139,115,82). Sum of RGB (Red+Green+Blue) = 139+115+82=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7352 is #748CAD. Grayscale: #767676. Windows color (decimal): -7638190 or 5403531. OLE color: 5403531.

HSL color Cylindrical-coordinate representation of color #8B7352: hue angle of 34.74º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B7352 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB13911582-
CMYK00.170.410.45
HSL34.74º25.79%43.33%-
HSV(B)34.74º41.01%54.51%-
XYZ18.318.3610.56-
YUV118.41107.45142.68-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 115 (45.31% from 255) = 34.23%
BLUE value IS 82 (32.42% from 255) = 24.40%
R=41.37%
G=34.23%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391158200.170.410.4534.7425.7943.33
Hex8B7352011292D231a2b
Octal2131631220215155433253
Binary100010111110011101001001000110100110110110001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,115,82); }

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

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

 a { background-color: rgb(139,115,82); }

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

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

 span { border-color: rgb(139,115,82); }

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