Html Css Color HEX #954E40 El Salva

📋 copy color: '#954E40'

red 149 ◦ green 78 ◦ blue 64

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

Shades of El Salva #954E40

Tints of El Salva #954E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.8%

 BLUE value IS 64 (25.39% from 255) = 21.99%

R = 51.2%
G = 26.8%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#954E40 (or 0x954E40) is known color: El Salva. HEX triplet: 95, 4E and 40. RGB value is (149,78,64). Sum of RGB (Red+Green+Blue) = 149+78+64=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #954E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E40 is #6AB1BF. Grayscale: #616161. Windows color (decimal): -6992320 or 4214421. OLE color: 4214421.

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

Color convert

RGB 149 78 64 -
CMYK 0 0.48 0.57 0.42
HSL 9.88º 0.4% 0.42% -
HSV(B) 9.88º 0.57% 0.58% -
XYZ 16.04 12.21 6.36 -
YUV 97.63 109.02 164.64 -
System Red Green Blue C M Y K H S L
Decimal 149 78 64 0 0.48 0.57 0.42 9.88 0.4 0.42
Hex 95 4E 40 0 30 39 2A A 28 2A
Octal 225 116 100 0 60 71 52 12 50 52
Binary 10010101 1001110 1000000 0 110000 111001 101010 1010 101000 101010

Color Harmonies of #954E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E40

Black with #954E40

Text Example


Text Example

White with #954E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954E40; }

 p { color: rgb(149,78,64); }

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

background-color css

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

 a { background-color: rgb(149,78,64); }

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

border-color css

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

 span { border-color: rgb(149,78,64); }

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