Html Css Color HEX #954E45 El Salva

📋 copy color: '#954E45'

red 149 ◦ green 78 ◦ blue 69

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

Shades of El Salva #954E45

Tints of El Salva #954E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 23.31%

R = 50.34%
G = 26.35%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#954E45 (or 0x954E45) is known color: El Salva. HEX triplet: 95, 4E and 45. RGB value is (149,78,69). Sum of RGB (Red+Green+Blue) = 149+78+69=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 69 (27.34% from 255 or 23.31% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #954E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954E45 is #6AB1BA. Grayscale: #626262. Windows color (decimal): -6992315 or 4542101. OLE color: 4542101.

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

Color convert

RGB 149 78 69 -
CMYK 0 0.48 0.54 0.42
HSL 6.75º 0.37% 0.43% -
HSV(B) 6.75º 0.54% 0.58% -
XYZ 16.19 12.27 7.14 -
YUV 98.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 149 78 69 0 0.48 0.54 0.42 6.75 0.37 0.43
Hex 95 4E 45 0 30 36 2A 7 25 2B
Octal 225 116 105 0 60 66 52 7 45 53
Binary 10010101 1001110 1000101 0 110000 110110 101010 111 100101 101011

Color Harmonies of #954E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954E45

Black with #954E45

Text Example


Text Example

White with #954E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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