#8E3D3E

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

Shades of Well Read #8E3D3E

Tints of Well Read #8E3D3E

Color information

#8E3D3E (or 0x8E3D3E) is unknown color: approx Well Read. HEX triplet: 8E, 3D and 3E. RGB value is (142,61,62). Sum of RGB (Red+Green+Blue) = 142+61+62=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 61 (24.22% from 255 or 23.02% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E3D3E is #71C2C1. Grayscale: #555555. Windows color (decimal): -7455426 or 4078990. OLE color: 4078990.

HSL color Cylindrical-coordinate representation of color #8E3D3E: hue angle of 359.26º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8E3D3E is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB1426162-
CMYK00.570.560.44
HSL359.26º39.9%39.8%-
HSV(B)359.26º57.04%55.69%-
XYZ13.699.445.66-
YUV85.33114.84168.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 61 (24.22% from 255) = 23.02%
BLUE value IS 62 (24.61% from 255) = 23.40%
R=53.58%
G=23.02%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.56
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142616200.570.560.44359.2639.939.8
Hex8E3D3E039382C1672828
Octal216757607170545475050
Binary100011101111011111100111001111000101100101100111101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E3D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,61,62); }

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

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

 a { background-color: rgb(142,61,62); }

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

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

 span { border-color: rgb(142,61,62); }

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