Html Css Color HEX #953C42 Well Read

📋 copy color: '#953C42'

red 149 ◦ green 60 ◦ blue 66

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

Shades of Well Read #953C42

Tints of Well Read #953C42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24%

R = 54.18%
G = 21.82%
B = 24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#953C42 (or 0x953C42) is known color: Well Read. HEX triplet: 95, 3C and 42. RGB value is (149,60,66). Sum of RGB (Red+Green+Blue) = 149+60+66=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #953C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C42 is #6AC3BD. Grayscale: #575757. Windows color (decimal): -6996926 or 4340885. OLE color: 4340885.

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

Color convert

RGB 149 60 66 -
CMYK 0 0.60 0.56 0.42
HSL 355.96º 0.43% 0.41% -
HSV(B) 355.96º 0.6% 0.58% -
XYZ 14.99 10.01 6.3 -
YUV 87.3 115.99 172.01 -
System Red Green Blue C M Y K H S L
Decimal 149 60 66 0 0.60 0.56 0.42 355.96 0.43 0.41
Hex 95 3C 42 0 3C 38 2A 164 2B 29
Octal 225 74 102 0 74 70 52 544 53 51
Binary 10010101 111100 1000010 0 111100 111000 101010 101100100 101011 101001

Color Harmonies of #953C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C42

Black with #953C42

Text Example


Text Example

White with #953C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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