Html Css Color HEX #953E42 Well Read

📋 copy color: '#953E42'

red 149 ◦ green 62 ◦ blue 66

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

Shades of Well Read #953E42

Tints of Well Read #953E42

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.38%

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

R = 53.79%
G = 22.38%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#953E42 (or 0x953E42) is known color: Well Read. HEX triplet: 95, 3E and 42. RGB value is (149,62,66). Sum of RGB (Red+Green+Blue) = 149+62+66=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #953E42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E42 is #6AC1BD. Grayscale: #585858. Windows color (decimal): -6996414 or 4341397. OLE color: 4341397.

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

Color convert

RGB 149 62 66 -
CMYK 0 0.58 0.56 0.42
HSL 357.24º 0.41% 0.41% -
HSV(B) 357.24º 0.58% 0.58% -
XYZ 15.1 10.23 6.33 -
YUV 88.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 149 62 66 0 0.58 0.56 0.42 357.24 0.41 0.41
Hex 95 3E 42 0 3A 38 2A 165 29 29
Octal 225 76 102 0 72 70 52 545 51 51
Binary 10010101 111110 1000010 0 111010 111000 101010 101100101 101001 101001

Color Harmonies of #953E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E42

Black with #953E42

Text Example


Text Example

White with #953E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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