Html Css Color HEX #953F45 Well Read

📋 copy color: '#953F45'

red 149 ◦ green 63 ◦ blue 69

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

Shades of Well Read #953F45

Tints of Well Read #953F45

RGB

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

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

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

R = 53.02%
G = 22.42%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#953F45 (or 0x953F45) is known color: Well Read. HEX triplet: 95, 3F and 45. RGB value is (149,63,69). Sum of RGB (Red+Green+Blue) = 149+63+69=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #953F45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F45 is #6AC0BA. Grayscale: #595959. Windows color (decimal): -6996155 or 4538261. OLE color: 4538261.

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

Color convert

RGB 149 63 69 -
CMYK 0 0.58 0.54 0.42
HSL 355.81º 0.41% 0.42% -
HSV(B) 355.81º 0.58% 0.58% -
XYZ 15.25 10.37 6.83 -
YUV 89.4 116.49 170.51 -
System Red Green Blue C M Y K H S L
Decimal 149 63 69 0 0.58 0.54 0.42 355.81 0.41 0.42
Hex 95 3F 45 0 3A 36 2A 164 29 2A
Octal 225 77 105 0 72 66 52 544 51 52
Binary 10010101 111111 1000101 0 111010 110110 101010 101100100 101001 101010

Color Harmonies of #953F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F45

Black with #953F45

Text Example


Text Example

White with #953F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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