Html Css Color HEX #953436 Well Read

📋 copy color: '#953436'

red 149 ◦ green 52 ◦ blue 54

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

Shades of Well Read #953436

Tints of Well Read #953436

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.39%

 BLUE value IS 54 (21.48% from 255) = 21.18%

R = 58.43%
G = 20.39%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#953436 (or 0x953436) is known color: Well Read. HEX triplet: 95, 34 and 36. RGB value is (149,52,54). Sum of RGB (Red+Green+Blue) = 149+52+54=255 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.43% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 54 (21.48% from 255 or 21.18% from 255); Max value from RGB is 149 - color contains mainly: red. Hex color #953436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953436 is #6ACBC9. Grayscale: #515151. Windows color (decimal): -6998986 or 3552405. OLE color: 3552405.

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

Color convert

RGB 149 52 54 -
CMYK 0 0.65 0.64 0.42
HSL 358.76º 0.48% 0.39% -
HSV(B) 358.76º 0.65% 0.58% -
XYZ 14.29 9.11 4.5 -
YUV 81.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 149 52 54 0 0.65 0.64 0.42 358.76 0.48 0.39
Hex 95 34 36 0 41 40 2A 167 30 27
Octal 225 64 66 0 101 100 52 547 60 47
Binary 10010101 110100 110110 0 1000001 1000000 101010 101100111 110000 100111

Color Harmonies of #953436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953436

Black with #953436

Text Example


Text Example

White with #953436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953436; }

 p { color: rgb(149,52,54); }

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

background-color css

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

 a { background-color: rgb(149,52,54); }

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

border-color css

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

 span { border-color: rgb(149,52,54); }

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