#8C393A

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

Shades of Well Read #8C393A

Tints of Well Read #8C393A

Color information

#8C393A (or 0x8C393A) is unknown color: approx Well Read. HEX triplet: 8C, 39 and 3A. RGB value is (140,57,58). Sum of RGB (Red+Green+Blue) = 140+57+58=255 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.90% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 140 - color contains mainly: red. Hex color #8C393A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C393A is #73C6C5. Grayscale: #525252. Windows color (decimal): -7587526 or 3815820. OLE color: 3815820.

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

Color convert

RGB1405758-
CMYK00.590.590.45
HSL359.28º42.13%38.63%-
HSV(B)359.28º59.29%54.9%-
XYZ13.048.815.02-
YUV81.93114.5169.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.90%
GREEN value IS 57 (22.66% from 255) = 22.35%
BLUE value IS 58 (23.05% from 255) = 22.75%
R=54.90%
G=22.35%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140575800.590.590.45359.2842.1338.63
Hex8C393A03B3B2D1672a27
Octal214717207373555475247
Binary100011001110011110100111011111011101101101100111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,57,58); }

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

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

 a { background-color: rgb(140,57,58); }

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

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

 span { border-color: rgb(140,57,58); }

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