#9E4042

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

Shades of Well Read #9E4042

Tints of Well Read #9E4042

Color information

#9E4042 (or 0x9E4042) is unknown color: approx Well Read. HEX triplet: 9E, 40 and 42. RGB value is (158,64,66). Sum of RGB (Red+Green+Blue) = 158+64+66=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4042 is #61BFBD. Grayscale: #5C5C5C. Windows color (decimal): -6406078 or 4341918. OLE color: 4341918.

HSL color Cylindrical-coordinate representation of color #9E4042: hue angle of 358.72º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E4042 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1586466-
CMYK00.590.580.38
HSL358.72º42.34%43.53%-
HSV(B)358.72º59.49%61.96%-
XYZ16.9211.336.45-
YUV92.33113.14174.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.86%
GREEN value IS 64 (25.39% from 255) = 22.22%
BLUE value IS 66 (26.17% from 255) = 22.92%
R=54.86%
G=22.22%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158646600.590.580.38358.7242.3443.53
Hex9E404203B3A261672a2c
Octal23610010207372465475254
Binary10011110100000010000100111011111010100110101100111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E4042; }

 p { color: rgb(158,64,66); }

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

<style>
 a { background-color: #9E4042; }

 a { background-color: rgb(158,64,66); }

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

<style>
 span { border-color: #9E4042; }

 span { border-color: rgb(158,64,66); }

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