Html Css Color HEX #953E40 Well Read

📋 copy color: '#953E40'

red 149 ◦ green 62 ◦ blue 64

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

Shades of Well Read #953E40

Tints of Well Read #953E40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.27%

R = 54.18%
G = 22.55%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#953E40 (or 0x953E40) is known color: Well Read. HEX triplet: 95, 3E and 40. RGB value is (149,62,64). Sum of RGB (Red+Green+Blue) = 149+62+64=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 64 (25.39% from 255 or 23.27% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #953E40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E40 is #6AC1BF. Grayscale: #585858. Windows color (decimal): -6996416 or 4210325. OLE color: 4210325.

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

Color convert

RGB 149 62 64 -
CMYK 0 0.58 0.57 0.42
HSL 358.62º 0.41% 0.41% -
HSV(B) 358.62º 0.58% 0.58% -
XYZ 15.04 10.2 6.03 -
YUV 88.24 114.32 171.34 -
System Red Green Blue C M Y K H S L
Decimal 149 62 64 0 0.58 0.57 0.42 358.62 0.41 0.41
Hex 95 3E 40 0 3A 39 2A 167 29 29
Octal 225 76 100 0 72 71 52 547 51 51
Binary 10010101 111110 1000000 0 111010 111001 101010 101100111 101001 101001

Color Harmonies of #953E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953E40

Black with #953E40

Text Example


Text Example

White with #953E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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