#953842

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

Shades of Well Read #953842

Tints of Well Read #953842

Color information

#953842 (or 0x953842) is unknown color: approx Well Read. HEX triplet: 95, 38 and 42. RGB value is (149,56,66). Sum of RGB (Red+Green+Blue) = 149+56+66=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #953842 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953842 is #6AC7BD. Grayscale: #555555. Windows color (decimal): -6997950 or 4339861. OLE color: 4339861.

HSL color Cylindrical-coordinate representation of color #953842: hue angle of 353.55º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #953842 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB1495666-
CMYK00.620.560.42
HSL353.55º45.37%40.2%-
HSV(B)353.55º62.42%58.43%-
XYZ14.799.616.23-
YUV84.95117.31173.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 54.98%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=54.98%
G=20.66%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149566600.620.560.42353.5545.3740.2
Hex95384203E382A1622d28
Octal2257010207670525425550
Binary1001010111100010000100111110111000101010101100010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953842; }

 p { color: rgb(149,56,66); }

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

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

 a { background-color: rgb(149,56,66); }

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

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

 span { border-color: rgb(149,56,66); }

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