Html Css Color HEX #953F42 Well Read

📋 copy color: '#953F42'

red 149 ◦ green 63 ◦ blue 66

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

Shades of Well Read #953F42

Tints of Well Read #953F42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 53.6%
G = 22.66%
B = 23.74%

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

#953F42 (or 0x953F42) is known color: Well Read. HEX triplet: 95, 3F and 42. RGB value is (149,63,66). Sum of RGB (Red+Green+Blue) = 149+63+66=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #953F42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F42 is #6AC0BD. Grayscale: #595959. Windows color (decimal): -6996158 or 4341653. OLE color: 4341653.

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

Color convert

RGB 149 63 66 -
CMYK 0 0.58 0.56 0.42
HSL 357.91º 0.41% 0.42% -
HSV(B) 357.91º 0.58% 0.58% -
XYZ 15.16 10.34 6.35 -
YUV 89.06 114.99 170.76 -
System Red Green Blue C M Y K H S L
Decimal 149 63 66 0 0.58 0.56 0.42 357.91 0.41 0.42
Hex 95 3F 42 0 3A 38 2A 166 29 2A
Octal 225 77 102 0 72 70 52 546 51 52
Binary 10010101 111111 1000010 0 111010 111000 101010 101100110 101001 101010

Color Harmonies of #953F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F42

Black with #953F42

Text Example


Text Example

White with #953F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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