#8B7453

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

Shades of Cement #8B7453

Tints of Cement #8B7453

Color information

#8B7453 (or 0x8B7453) is unknown color: approx Cement. HEX triplet: 8B, 74 and 53. RGB value is (139,116,83). Sum of RGB (Red+Green+Blue) = 139+116+83=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7453 is #748BAC. Grayscale: #777777. Windows color (decimal): -7637933 or 5469323. OLE color: 5469323.

HSL color Cylindrical-coordinate representation of color #8B7453: hue angle of 35.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B7453 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB13911683-
CMYK00.170.400.45
HSL35.36º25.23%43.53%-
HSV(B)35.36º40.29%54.51%-
XYZ18.4518.610.8-
YUV119.12107.62142.18-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.12%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 83 (32.81% from 255) = 24.56%
R=41.12%
G=34.32%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391168300.170.400.4535.3625.2343.53
Hex8B7453011282D23192c
Octal2131641230215055433154
Binary100010111110100101001101000110100010110110001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,116,83); }

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

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

 a { background-color: rgb(139,116,83); }

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

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

 span { border-color: rgb(139,116,83); }

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