Html Css Color HEX #954F46 El Salva

📋 copy color: '#954F46'

red 149 ◦ green 79 ◦ blue 70

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

Shades of El Salva #954F46

Tints of El Salva #954F46

RGB

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

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

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

R = 50%
G = 26.51%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#954F46 (or 0x954F46) is known color: El Salva. HEX triplet: 95, 4F and 46. RGB value is (149,79,70). Sum of RGB (Red+Green+Blue) = 149+79+70=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 70 (27.73% from 255 or 23.49% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #954F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F46 is #6AB0B9. Grayscale: #636363. Windows color (decimal): -6992058 or 4607893. OLE color: 4607893.

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

Color convert

RGB 149 79 70 -
CMYK 0 0.47 0.53 0.42
HSL 6.84º 0.36% 0.43% -
HSV(B) 6.84º 0.53% 0.58% -
XYZ 16.3 12.42 7.33 -
YUV 98.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 149 79 70 0 0.47 0.53 0.42 6.84 0.36 0.43
Hex 95 4F 46 0 2F 35 2A 7 24 2B
Octal 225 117 106 0 57 65 52 7 44 53
Binary 10010101 1001111 1000110 0 101111 110101 101010 111 100100 101011

Color Harmonies of #954F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F46

Black with #954F46

Text Example


Text Example

White with #954F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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