Html Css Color HEX #953544 Well Read

📋 copy color: '#953544'

red 149 ◦ green 53 ◦ blue 68

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

Shades of Well Read #953544

Tints of Well Read #953544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.63%

 BLUE value IS 68 (26.95% from 255) = 25.19%

R = 55.19%
G = 19.63%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#953544 (or 0x953544) is known color: Well Read. HEX triplet: 95, 35 and 44. RGB value is (149,53,68). Sum of RGB (Red+Green+Blue) = 149+53+68=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 53 (21.09% from 255 or 19.63% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #953544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953544 is #6ACABB. Grayscale: #535353. Windows color (decimal): -6998716 or 4470165. OLE color: 4470165.

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

Color convert

RGB 149 53 68 -
CMYK 0 0.64 0.54 0.42
HSL 350.63º 0.48% 0.4% -
HSV(B) 350.63º 0.64% 0.58% -
XYZ 14.71 9.35 6.5 -
YUV 83.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 149 53 68 0 0.64 0.54 0.42 350.63 0.48 0.4
Hex 95 35 44 0 40 36 2A 15F 30 28
Octal 225 65 104 0 100 66 52 537 60 50
Binary 10010101 110101 1000100 0 1000000 110110 101010 101011111 110000 101000

Color Harmonies of #953544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953544

Black with #953544

Text Example


Text Example

White with #953544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953544; }

 p { color: rgb(149,53,68); }

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

background-color css

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

 a { background-color: rgb(149,53,68); }

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

border-color css

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

 span { border-color: rgb(149,53,68); }

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