Html Css Color HEX #953F46 Well Read

📋 copy color: '#953F46'

red 149 ◦ green 63 ◦ blue 70

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

Shades of Well Read #953F46

Tints of Well Read #953F46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.82%

R = 52.84%
G = 22.34%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#953F46 (or 0x953F46) is known color: Well Read. HEX triplet: 95, 3F and 46. RGB value is (149,63,70). Sum of RGB (Red+Green+Blue) = 149+63+70=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #953F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F46 is #6AC0B9. Grayscale: #595959. Windows color (decimal): -6996154 or 4603797. OLE color: 4603797.

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

Color convert

RGB 149 63 70 -
CMYK 0 0.58 0.53 0.42
HSL 355.12º 0.41% 0.42% -
HSV(B) 355.12º 0.58% 0.58% -
XYZ 15.28 10.39 6.99 -
YUV 89.51 116.99 170.43 -
System Red Green Blue C M Y K H S L
Decimal 149 63 70 0 0.58 0.53 0.42 355.12 0.41 0.42
Hex 95 3F 46 0 3A 35 2A 163 29 2A
Octal 225 77 106 0 72 65 52 543 51 52
Binary 10010101 111111 1000110 0 111010 110101 101010 101100011 101001 101010

Color Harmonies of #953F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F46

Black with #953F46

Text Example


Text Example

White with #953F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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