#8B7259

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

Shades of Cement #8B7259

Tints of Cement #8B7259

Color information

#8B7259 (or 0x8B7259) is unknown color: approx Cement. HEX triplet: 8B, 72 and 59. RGB value is (139,114,89). Sum of RGB (Red+Green+Blue) = 139+114+89=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 89 (35.16% from 255 or 26.02% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7259 is #748DA6. Grayscale: #767676. Windows color (decimal): -7638439 or 5862027. OLE color: 5862027.

HSL color Cylindrical-coordinate representation of color #8B7259: hue angle of 30º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B7259 is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB13911489-
CMYK00.180.360.45
HSL30º21.93%44.71%-
HSV(B)30º35.97%54.51%-
XYZ18.4718.2412-
YUV118.62111.28142.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.64%
GREEN value IS 114 (44.92% from 255) = 33.33%
BLUE value IS 89 (35.16% from 255) = 26.02%
R=40.64%
G=33.33%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391148900.180.360.453021.9344.71
Hex8B7259012242D1e162d
Octal2131621310224455362655
Binary10001011111001010110010100101001001011011111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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