#8B7658

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

Shades of Cement #8B7658

Tints of Cement #8B7658

Color information

#8B7658 (or 0x8B7658) is unknown color: approx Cement. HEX triplet: 8B, 76 and 58. RGB value is (139,118,88). Sum of RGB (Red+Green+Blue) = 139+118+88=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7658 is #7489A7. Grayscale: #797979. Windows color (decimal): -7637416 or 5797515. OLE color: 5797515.

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

Color convert

RGB13911888-
CMYK00.150.370.45
HSL35.29º22.47%44.51%-
HSV(B)35.29º36.69%54.51%-
XYZ18.8919.1511.93-
YUV120.86109.46140.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=40.29%
G=34.20%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391188800.150.370.4535.2922.4744.51
Hex8B76580F252D23162d
Octal2131661300174555432655
Binary10001011111011010110000111110010110110110001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,118,88); }

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

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

 a { background-color: rgb(139,118,88); }

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

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

 span { border-color: rgb(139,118,88); }

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