Html Css Color HEX #953746 Well Read

📋 copy color: '#953746'

red 149 ◦ green 55 ◦ blue 70

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

Shades of Well Read #953746

Tints of Well Read #953746

RGB

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

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

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

R = 54.38%
G = 20.07%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#953746 (or 0x953746) is known color: Well Read. HEX triplet: 95, 37 and 46. RGB value is (149,55,70). Sum of RGB (Red+Green+Blue) = 149+55+70=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #953746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953746 is #6AC8B9. Grayscale: #545454. Windows color (decimal): -6998202 or 4601749. OLE color: 4601749.

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

Color convert

RGB 149 55 70 -
CMYK 0 0.63 0.53 0.42
HSL 350.43º 0.46% 0.4% -
HSV(B) 350.43º 0.63% 0.58% -
XYZ 14.87 9.56 6.86 -
YUV 84.82 119.64 173.78 -
System Red Green Blue C M Y K H S L
Decimal 149 55 70 0 0.63 0.53 0.42 350.43 0.46 0.4
Hex 95 37 46 0 3F 35 2A 15E 2E 28
Octal 225 67 106 0 77 65 52 536 56 50
Binary 10010101 110111 1000110 0 111111 110101 101010 101011110 101110 101000

Color Harmonies of #953746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953746

Black with #953746

Text Example


Text Example

White with #953746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953746; }

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

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

background-color css

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

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

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

border-color css

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

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

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