Html Css Color HEX #953B41 Well Read

📋 copy color: '#953B41'

red 149 ◦ green 59 ◦ blue 65

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

Shades of Well Read #953B41

Tints of Well Read #953B41

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.61%

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 54.58%
G = 21.61%
B = 23.81%

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

#953B41 (or 0x953B41) is known color: Well Read. HEX triplet: 95, 3B and 41. RGB value is (149,59,65). Sum of RGB (Red+Green+Blue) = 149+59+65=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 59 (23.44% from 255 or 21.61% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #953B41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B41 is #6AC4BE. Grayscale: #565656. Windows color (decimal): -6997183 or 4275093. OLE color: 4275093.

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

Color convert

RGB 149 59 65 -
CMYK 0 0.60 0.56 0.42
HSL 356º 0.43% 0.41% -
HSV(B) 356º 0.6% 0.58% -
XYZ 14.91 9.9 6.13 -
YUV 86.59 115.82 172.51 -
System Red Green Blue C M Y K H S L
Decimal 149 59 65 0 0.60 0.56 0.42 356 0.43 0.41
Hex 95 3B 41 0 3C 38 2A 164 2B 29
Octal 225 73 101 0 74 70 52 544 53 51
Binary 10010101 111011 1000001 0 111100 111000 101010 101100100 101011 101001

Color Harmonies of #953B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B41

Black with #953B41

Text Example


Text Example

White with #953B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,59,65); }

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

background-color css

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

 a { background-color: rgb(149,59,65); }

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

border-color css

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

 span { border-color: rgb(149,59,65); }

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