#953B3C

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

Shades of Well Read #953B3C

Tints of Well Read #953B3C

Color information

#953B3C (or 0x953B3C) is unknown color: approx Well Read. HEX triplet: 95, 3B and 3C. RGB value is (149,59,60). Sum of RGB (Red+Green+Blue) = 149+59+60=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 60 (23.83% from 255 or 22.39% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #953B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B3C is #6AC4C3. Grayscale: #565656. Windows color (decimal): -6997188 or 3947413. OLE color: 3947413.

HSL color Cylindrical-coordinate representation of color #953B3C: hue angle of 359.33º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #953B3C is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1495960-
CMYK00.600.600.42
HSL359.33º43.27%40.78%-
HSV(B)359.33º60.4%58.43%-
XYZ14.779.845.4-
YUV86.02113.32172.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.60%
GREEN value IS 59 (23.44% from 255) = 22.01%
BLUE value IS 60 (23.83% from 255) = 22.39%
R=55.60%
G=22.01%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149596000.600.600.42359.3343.2740.78
Hex953B3C03C3C2A1672b29
Octal225737407474525475351
Binary100101011110111111000111100111100101010101100111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953B3C; }

 p { color: rgb(149,59,60); }

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

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

 a { background-color: rgb(149,59,60); }

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

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

 span { border-color: rgb(149,59,60); }

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