Html Css Color HEX #953F40 Well Read

📋 copy color: '#953F40'

red 149 ◦ green 63 ◦ blue 64

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

Shades of Well Read #953F40

Tints of Well Read #953F40

RGB

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

 GREEN value IS 63 (25% from 255) = 22.83%

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

R = 53.99%
G = 22.83%
B = 23.19%

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

#953F40 (or 0x953F40) is known color: Well Read. HEX triplet: 95, 3F and 40. RGB value is (149,63,64). Sum of RGB (Red+Green+Blue) = 149+63+64=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #953F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F40 is #6AC0BF. Grayscale: #585858. Windows color (decimal): -6996160 or 4210581. OLE color: 4210581.

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

Color convert

RGB 149 63 64 -
CMYK 0 0.58 0.57 0.42
HSL 359.3º 0.41% 0.42% -
HSV(B) 359.3º 0.58% 0.58% -
XYZ 15.1 10.31 6.05 -
YUV 88.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 149 63 64 0 0.58 0.57 0.42 359.3 0.41 0.42
Hex 95 3F 40 0 3A 39 2A 167 29 2A
Octal 225 77 100 0 72 71 52 547 51 52
Binary 10010101 111111 1000000 0 111010 111001 101010 101100111 101001 101010

Color Harmonies of #953F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F40

Black with #953F40

Text Example


Text Example

White with #953F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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