#983B40

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

Shades of Well Read #983B40

Tints of Well Read #983B40

Color information

#983B40 (or 0x983B40) is unknown color: approx Well Read. HEX triplet: 98, 3B and 40. RGB value is (152,59,64). Sum of RGB (Red+Green+Blue) = 152+59+64=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #983B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #983B40 is #67C4BF. Grayscale: #575757. Windows color (decimal): -6800576 or 4209560. OLE color: 4209560.

HSL color Cylindrical-coordinate representation of color #983B40: hue angle of 356.77º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #983B40 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB1525964-
CMYK00.610.580.40
HSL356.77º44.08%41.37%-
HSV(B)356.77º61.18%59.61%-
XYZ15.4410.176-
YUV87.38114.81174.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 59 (23.44% from 255) = 21.45%
BLUE value IS 64 (25.39% from 255) = 23.27%
R=55.27%
G=21.45%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152596400.610.580.40356.7744.0841.37
Hex983B4003D3A281652c29
Octal2307310007572505455451
Binary1001100011101110000000111101111010101000101100101101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983B40; }

 p { color: rgb(152,59,64); }

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

<style>
 a { background-color: #983B40; }

 a { background-color: rgb(152,59,64); }

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

<style>
 span { border-color: #983B40; }

 span { border-color: rgb(152,59,64); }

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