#95363C

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

Shades of Well Read #95363C

Tints of Well Read #95363C

Color information

#95363C (or 0x95363C) is unknown color: approx Well Read. HEX triplet: 95, 36 and 3C. RGB value is (149,54,60). Sum of RGB (Red+Green+Blue) = 149+54+60=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 54 (21.48% from 255 or 20.53% from 263); Blue value is 60 (23.83% from 255 or 22.81% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95363C is #6AC9C3. Grayscale: #535353. Windows color (decimal): -6998468 or 3946133. OLE color: 3946133.

HSL color Cylindrical-coordinate representation of color #95363C: hue angle of 356.21º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95363C is Cyan = 0, Magento = 0.64, Yellow = 0.60 and Black (K on CMYK) = 0.42.

Color convert

RGB1495460-
CMYK00.640.600.42
HSL356.21º46.8%39.8%-
HSV(B)356.21º63.76%58.43%-
XYZ14.539.355.31-
YUV83.09114.97175.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 54 (21.48% from 255) = 20.53%
BLUE value IS 60 (23.83% from 255) = 22.81%
R=56.65%
G=20.53%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.60
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149546000.640.600.42356.2146.839.8
Hex95363C0403C2A1642f28
Octal2256674010074525445750
Binary1001010111011011110001000000111100101010101100100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95363C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95363C; }

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

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

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

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

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

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

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

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