#8A7554

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

Shades of Cement #8A7554

Tints of Cement #8A7554

Color information

#8A7554 (or 0x8A7554) is unknown color: approx Cement. HEX triplet: 8A, 75 and 54. RGB value is (138,117,84). Sum of RGB (Red+Green+Blue) = 138+117+84=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7554 is #758AAB. Grayscale: #777777. Windows color (decimal): -7703212 or 5535114. OLE color: 5535114.

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

Color convert

RGB13811784-
CMYK00.150.390.46
HSL36.67º24.32%43.53%-
HSV(B)36.67º39.13%54.12%-
XYZ18.4418.7711.04-
YUV119.52107.96141.18-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.71%
GREEN value IS 117 (46.09% from 255) = 34.51%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=40.71%
G=34.51%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381178400.150.390.4636.6724.3243.53
Hex8A75540F272E25182c
Octal2121651240174756453054
Binary10001010111010110101000111110011110111010010111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,117,84); }

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

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

 a { background-color: rgb(138,117,84); }

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

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

 span { border-color: rgb(138,117,84); }

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