Html Css Color HEX #954243 Well Read

📋 copy color: '#954243'

red 149 ◦ green 66 ◦ blue 67

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

Shades of Well Read #954243

Tints of Well Read #954243

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.4%

 BLUE value IS 67 (26.56% from 255) = 23.76%

R = 52.84%
G = 23.4%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#954243 (or 0x954243) is known color: Well Read. HEX triplet: 95, 42 and 43. RGB value is (149,66,67). Sum of RGB (Red+Green+Blue) = 149+66+67=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 67 (26.56% from 255 or 23.76% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #954243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954243 is #6ABDBC. Grayscale: #5B5B5B. Windows color (decimal): -6995389 or 4407957. OLE color: 4407957.

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

Color convert

RGB 149 66 67 -
CMYK 0 0.56 0.55 0.42
HSL 359.28º 0.39% 0.42% -
HSV(B) 359.28º 0.56% 0.58% -
XYZ 15.36 10.69 6.56 -
YUV 90.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 149 66 67 0 0.56 0.55 0.42 359.28 0.39 0.42
Hex 95 42 43 0 38 37 2A 167 27 2A
Octal 225 102 103 0 70 67 52 547 47 52
Binary 10010101 1000010 1000011 0 111000 110111 101010 101100111 100111 101010

Color Harmonies of #954243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954243

Black with #954243

Text Example


Text Example

White with #954243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954243; }

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

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

background-color css

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

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

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

border-color css

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

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

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