Html Css Color HEX #954E46 El Salva

📋 copy color: '#954E46'

red 149 ◦ green 78 ◦ blue 70

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

Shades of El Salva #954E46

Tints of El Salva #954E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.57%

R = 50.17%
G = 26.26%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#954E46 (or 0x954E46) is known color: El Salva. HEX triplet: 95, 4E and 46. RGB value is (149,78,70). Sum of RGB (Red+Green+Blue) = 149+78+70=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #954E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E46 is #6AB1B9. Grayscale: #626262. Windows color (decimal): -6992314 or 4607637. OLE color: 4607637.

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

Color convert

RGB 149 78 70 -
CMYK 0 0.48 0.53 0.42
HSL 6.08º 0.36% 0.43% -
HSV(B) 6.08º 0.53% 0.58% -
XYZ 16.22 12.28 7.31 -
YUV 98.32 112.02 164.15 -
System Red Green Blue C M Y K H S L
Decimal 149 78 70 0 0.48 0.53 0.42 6.08 0.36 0.43
Hex 95 4E 46 0 30 35 2A 6 24 2B
Octal 225 116 106 0 60 65 52 6 44 53
Binary 10010101 1001110 1000110 0 110000 110101 101010 110 100100 101011

Color Harmonies of #954E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E46

Black with #954E46

Text Example


Text Example

White with #954E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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