#8A383E

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

Shades of Well Read #8A383E

Tints of Well Read #8A383E

Color information

#8A383E (or 0x8A383E) is unknown color: approx Well Read. HEX triplet: 8A, 38 and 3E. RGB value is (138,56,62). Sum of RGB (Red+Green+Blue) = 138+56+62=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A383E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A383E is #75C7C1. Grayscale: #515151. Windows color (decimal): -7718850 or 4077706. OLE color: 4077706.

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

Color convert

RGB1385662-
CMYK00.590.550.46
HSL355.61º42.27%38.04%-
HSV(B)355.61º59.42%54.12%-
XYZ12.768.585.54-
YUV81.2117.17168.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 53.91%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 62 (24.61% from 255) = 24.22%
R=53.91%
G=21.88%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138566200.590.550.46355.6142.2738.04
Hex8A383E03B372E1642a26
Octal212707607367565445246
Binary100010101110001111100111011110111101110101100100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,56,62); }

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

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

 a { background-color: rgb(138,56,62); }

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

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

 span { border-color: rgb(138,56,62); }

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