#8B393D

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

Shades of Well Read #8B393D

Tints of Well Read #8B393D

Color information

#8B393D (or 0x8B393D) is unknown color: approx Well Read. HEX triplet: 8B, 39 and 3D. RGB value is (139,57,61). Sum of RGB (Red+Green+Blue) = 139+57+61=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 61 (24.22% from 255 or 23.74% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B393D is #74C6C2. Grayscale: #525252. Windows color (decimal): -7653059 or 4012427. OLE color: 4012427.

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

Color convert

RGB1395761-
CMYK00.590.560.45
HSL357.07º41.84%38.43%-
HSV(B)357.07º58.99%54.51%-
XYZ12.958.755.42-
YUV81.97116.17168.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 54.09%
GREEN value IS 57 (22.66% from 255) = 22.18%
BLUE value IS 61 (24.22% from 255) = 23.74%
R=54.09%
G=22.18%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139576100.590.560.45357.0741.8438.43
Hex8B393D03B382D1652a26
Octal213717507370555455246
Binary100010111110011111010111011111000101101101100101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,57,61); }

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

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

 a { background-color: rgb(139,57,61); }

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

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

 span { border-color: rgb(139,57,61); }

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