#9E4043

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

Shades of Well Read #9E4043

Tints of Well Read #9E4043

Color information

#9E4043 (or 0x9E4043) is unknown color: approx Well Read. HEX triplet: 9E, 40 and 43. RGB value is (158,64,67). Sum of RGB (Red+Green+Blue) = 158+64+67=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4043 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4043 is #61BFBC. Grayscale: #5C5C5C. Windows color (decimal): -6406077 or 4407454. OLE color: 4407454.

HSL color Cylindrical-coordinate representation of color #9E4043: hue angle of 358.09º 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 #9E4043 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1586467-
CMYK00.590.580.38
HSL358.09º42.34%43.53%-
HSV(B)358.09º59.49%61.96%-
XYZ16.9511.346.61-
YUV92.45113.64174.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.67%
GREEN value IS 64 (25.39% from 255) = 22.15%
BLUE value IS 67 (26.56% from 255) = 23.18%
R=54.67%
G=22.15%
B=23.18%

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
Decimal158646700.590.580.38358.0942.3443.53
Hex9E404303B3A261662a2c
Octal23610010307372465465254
Binary10011110100000010000110111011111010100110101100110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E4043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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