Html Css Color HEX #954F44 El Salva

📋 copy color: '#954F44'

red 149 ◦ green 79 ◦ blue 68

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

Shades of El Salva #954F44

Tints of El Salva #954F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.97%

R = 50.34%
G = 26.69%
B = 22.97%

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

#954F44 (or 0x954F44) is known color: El Salva. HEX triplet: 95, 4F and 44. RGB value is (149,79,68). Sum of RGB (Red+Green+Blue) = 149+79+68=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #954F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F44 is #6AB0BB. Grayscale: #626262. Windows color (decimal): -6992060 or 4476821. OLE color: 4476821.

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

Color convert

RGB 149 79 68 -
CMYK 0 0.47 0.54 0.42
HSL 8.15º 0.37% 0.43% -
HSV(B) 8.15º 0.54% 0.58% -
XYZ 16.23 12.4 7.01 -
YUV 98.68 110.69 163.89 -
System Red Green Blue C M Y K H S L
Decimal 149 79 68 0 0.47 0.54 0.42 8.15 0.37 0.43
Hex 95 4F 44 0 2F 36 2A 8 25 2B
Octal 225 117 104 0 57 66 52 10 45 53
Binary 10010101 1001111 1000100 0 101111 110110 101010 1000 100101 101011

Color Harmonies of #954F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954F44

Black with #954F44

Text Example


Text Example

White with #954F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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