Html Css Color HEX #953C46 Well Read

📋 copy color: '#953C46'

red 149 ◦ green 60 ◦ blue 70

#953C46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Well Read #953C46

Tints of Well Read #953C46

RGB

 RED value IS 149 (58.59% from 255) = 53.41%

 GREEN value IS 60 (23.83% from 255) = 21.51%

 BLUE value IS 70 (27.73% from 255) = 25.09%

R = 53.41%
G = 21.51%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#953C46 (or 0x953C46) is known color: Well Read. HEX triplet: 95, 3C and 46. RGB value is (149,60,70). Sum of RGB (Red+Green+Blue) = 149+60+70=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #953C46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C46 is #6AC3B9. Grayscale: #575757. Windows color (decimal): -6996922 or 4603029. OLE color: 4603029.

HSL color Cylindrical-coordinate representation of color #953C46: hue angle of 353.26º 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 #953C46 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 70 -
CMYK 0 0.60 0.53 0.42
HSL 353.26º 0.43% 0.41% -
HSV(B) 353.26º 0.6% 0.58% -
XYZ 15.12 10.06 6.94 -
YUV 87.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 149 60 70 0 0.60 0.53 0.42 353.26 0.43 0.41
Hex 95 3C 46 0 3C 35 2A 161 2B 29
Octal 225 74 106 0 74 65 52 541 53 51
Binary 10010101 111100 1000110 0 111100 110101 101010 101100001 101011 101001

Color Harmonies of #953C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C46

Black with #953C46

Text Example


Text Example

White with #953C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #953C46;
 }
 .AnyTagClassName
 {
   color: #953C46;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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