Html Css Color HEX #953D40 Well Read

📋 copy color: '#953D40'

red 149 ◦ green 61 ◦ blue 64

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

Shades of Well Read #953D40

Tints of Well Read #953D40

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.26%

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

R = 54.38%
G = 22.26%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#953D40 (or 0x953D40) is known color: Well Read. HEX triplet: 95, 3D and 40. RGB value is (149,61,64). Sum of RGB (Red+Green+Blue) = 149+61+64=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #953D40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953D40 is #6AC2BF. Grayscale: #575757. Windows color (decimal): -6996672 or 4210069. OLE color: 4210069.

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

Color convert

RGB 149 61 64 -
CMYK 0 0.59 0.57 0.42
HSL 357.95º 0.42% 0.41% -
HSV(B) 357.95º 0.59% 0.58% -
XYZ 14.99 10.1 6.01 -
YUV 87.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 149 61 64 0 0.59 0.57 0.42 357.95 0.42 0.41
Hex 95 3D 40 0 3B 39 2A 166 2A 29
Octal 225 75 100 0 73 71 52 546 52 51
Binary 10010101 111101 1000000 0 111011 111001 101010 101100110 101010 101001

Color Harmonies of #953D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953D40

Black with #953D40

Text Example


Text Example

White with #953D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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