#8A7255

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

Shades of Cement #8A7255

Tints of Cement #8A7255

Color information

#8A7255 (or 0x8A7255) is unknown color: approx Cement. HEX triplet: 8A, 72 and 55. RGB value is (138,114,85). Sum of RGB (Red+Green+Blue) = 138+114+85=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7255 is #758DAA. Grayscale: #767676. Windows color (decimal): -7703979 or 5599882. OLE color: 5599882.

HSL color Cylindrical-coordinate representation of color #8A7255: hue angle of 32.83º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8A7255 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB13811485-
CMYK00.170.380.46
HSL32.83º23.77%43.73%-
HSV(B)32.83º38.41%54.12%-
XYZ18.1418.0911.13-
YUV117.87109.45142.36-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 85 (33.59% from 255) = 25.22%
R=40.95%
G=33.83%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381148500.170.380.4632.8323.7743.73
Hex8A7255011262E21182c
Octal2121621250214656413054
Binary100010101110010101010101000110011010111010000111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,114,85); }

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

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

 a { background-color: rgb(138,114,85); }

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

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

 span { border-color: rgb(138,114,85); }

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