Html Css Color HEX #953F41 Well Read

📋 copy color: '#953F41'

red 149 ◦ green 63 ◦ blue 65

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

Shades of Well Read #953F41

Tints of Well Read #953F41

RGB

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

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

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

R = 53.79%
G = 22.74%
B = 23.47%

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

#953F41 (or 0x953F41) is known color: Well Read. HEX triplet: 95, 3F and 41. RGB value is (149,63,65). Sum of RGB (Red+Green+Blue) = 149+63+65=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #953F41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F41 is #6AC0BE. Grayscale: #595959. Windows color (decimal): -6996159 or 4276117. OLE color: 4276117.

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

Color convert

RGB 149 63 65 -
CMYK 0 0.58 0.56 0.42
HSL 358.6º 0.41% 0.42% -
HSV(B) 358.6º 0.58% 0.58% -
XYZ 15.13 10.33 6.2 -
YUV 88.94 114.49 170.84 -
System Red Green Blue C M Y K H S L
Decimal 149 63 65 0 0.58 0.56 0.42 358.6 0.41 0.42
Hex 95 3F 41 0 3A 38 2A 167 29 2A
Octal 225 77 101 0 72 70 52 547 51 52
Binary 10010101 111111 1000001 0 111010 111000 101010 101100111 101001 101010

Color Harmonies of #953F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F41

Black with #953F41

Text Example


Text Example

White with #953F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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