Html Css Color HEX #954F45 El Salva

📋 copy color: '#954F45'

red 149 ◦ green 79 ◦ blue 69

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

Shades of El Salva #954F45

Tints of El Salva #954F45

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.6%

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

R = 50.17%
G = 26.6%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#954F45 (or 0x954F45) is known color: El Salva. HEX triplet: 95, 4F and 45. RGB value is (149,79,69). Sum of RGB (Red+Green+Blue) = 149+79+69=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #954F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F45 is #6AB0BA. Grayscale: #626262. Windows color (decimal): -6992059 or 4542357. OLE color: 4542357.

HSL color Cylindrical-coordinate representation of color #954F45: hue angle of 7.5º 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 #954F45 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 79 69 -
CMYK 0 0.47 0.54 0.42
HSL 7.5º 0.37% 0.43% -
HSV(B) 7.5º 0.54% 0.58% -
XYZ 16.26 12.41 7.17 -
YUV 98.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 149 79 69 0 0.47 0.54 0.42 7.5 0.37 0.43
Hex 95 4F 45 0 2F 36 2A 8 25 2B
Octal 225 117 105 0 57 66 52 10 45 53
Binary 10010101 1001111 1000101 0 101111 110110 101010 1000 100101 101011

Color Harmonies of #954F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F45

Black with #954F45

Text Example


Text Example

White with #954F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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