Html Css Color HEX #954F41 El Salva

📋 copy color: '#954F41'

red 149 ◦ green 79 ◦ blue 65

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

Shades of El Salva #954F41

Tints of El Salva #954F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 50.85%
G = 26.96%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#954F41 (or 0x954F41) is known color: El Salva. HEX triplet: 95, 4F and 41. RGB value is (149,79,65). Sum of RGB (Red+Green+Blue) = 149+79+65=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #954F41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F41 is #6AB0BE. Grayscale: #626262. Windows color (decimal): -6992063 or 4280213. OLE color: 4280213.

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

Color convert

RGB 149 79 65 -
CMYK 0 0.47 0.56 0.42
HSL 10º 0.39% 0.42% -
HSV(B) 10º 0.56% 0.58% -
XYZ 16.14 12.36 6.54 -
YUV 98.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 149 79 65 0 0.47 0.56 0.42 10 0.39 0.42
Hex 95 4F 41 0 2F 38 2A A 27 2A
Octal 225 117 101 0 57 70 52 12 47 52
Binary 10010101 1001111 1000001 0 101111 111000 101010 1010 100111 101010

Color Harmonies of #954F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F41

Black with #954F41

Text Example


Text Example

White with #954F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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