#8B7252

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

Shades of Cement #8B7252

Tints of Cement #8B7252

Color information

#8B7252 (or 0x8B7252) is unknown color: approx Cement. HEX triplet: 8B, 72 and 52. RGB value is (139,114,82). Sum of RGB (Red+Green+Blue) = 139+114+82=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7252 is #748DAD. Grayscale: #757575. Windows color (decimal): -7638446 or 5403275. OLE color: 5403275.

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

Color convert

RGB13911482-
CMYK00.180.410.45
HSL33.68º25.79%43.33%-
HSV(B)33.68º41.01%54.51%-
XYZ18.1918.1310.52-
YUV117.83107.78143.1-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.49%
GREEN value IS 114 (44.92% from 255) = 34.03%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=41.49%
G=34.03%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391148200.180.410.4533.6825.7943.33
Hex8B7252012292D221a2b
Octal2131621220225155423253
Binary100010111110010101001001001010100110110110001011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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