Html Css Color HEX #953942 Well Read

📋 copy color: '#953942'

red 149 ◦ green 57 ◦ blue 66

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

Shades of Well Read #953942

Tints of Well Read #953942

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.96%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 54.78%
G = 20.96%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#953942 (or 0x953942) is known color: Well Read. HEX triplet: 95, 39 and 42. RGB value is (149,57,66). Sum of RGB (Red+Green+Blue) = 149+57+66=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #953942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953942 is #6AC6BD. Grayscale: #555555. Windows color (decimal): -6997694 or 4340117. OLE color: 4340117.

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

Color convert

RGB 149 57 66 -
CMYK 0 0.62 0.56 0.42
HSL 354.13º 0.45% 0.4% -
HSV(B) 354.13º 0.62% 0.58% -
XYZ 14.84 9.71 6.25 -
YUV 85.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 149 57 66 0 0.62 0.56 0.42 354.13 0.45 0.4
Hex 95 39 42 0 3E 38 2A 162 2D 28
Octal 225 71 102 0 76 70 52 542 55 50
Binary 10010101 111001 1000010 0 111110 111000 101010 101100010 101101 101000

Color Harmonies of #953942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953942

Black with #953942

Text Example


Text Example

White with #953942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953942; }

 p { color: rgb(149,57,66); }

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

background-color css

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

 a { background-color: rgb(149,57,66); }

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

border-color css

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

 span { border-color: rgb(149,57,66); }

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