Html Css Color HEX #953745 Well Read

📋 copy color: '#953745'

red 149 ◦ green 55 ◦ blue 69

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

Shades of Well Read #953745

Tints of Well Read #953745

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

 BLUE value IS 69 (27.34% from 255) = 25.27%

R = 54.58%
G = 20.15%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#953745 (or 0x953745) is known color: Well Read. HEX triplet: 95, 37 and 45. RGB value is (149,55,69). Sum of RGB (Red+Green+Blue) = 149+55+69=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #953745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953745 is #6AC8BA. Grayscale: #545454. Windows color (decimal): -6998203 or 4536213. OLE color: 4536213.

HSL color Cylindrical-coordinate representation of color #953745: hue angle of 351.06º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #953745 is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 55 69 -
CMYK 0 0.63 0.54 0.42
HSL 351.06º 0.46% 0.4% -
HSV(B) 351.06º 0.63% 0.58% -
XYZ 14.83 9.55 6.69 -
YUV 84.7 119.14 173.86 -
System Red Green Blue C M Y K H S L
Decimal 149 55 69 0 0.63 0.54 0.42 351.06 0.46 0.4
Hex 95 37 45 0 3F 36 2A 15F 2E 28
Octal 225 67 105 0 77 66 52 537 56 50
Binary 10010101 110111 1000101 0 111111 110110 101010 101011111 101110 101000

Color Harmonies of #953745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953745

Black with #953745

Text Example


Text Example

White with #953745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953745; }

 p { color: rgb(149,55,69); }

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

background-color css

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

 a { background-color: rgb(149,55,69); }

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

border-color css

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

 span { border-color: rgb(149,55,69); }

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