Html Css Color HEX #994F44 El Salva

📋 copy color: '#994F44'

red 153 ◦ green 79 ◦ blue 68

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

Shades of El Salva #994F44

Tints of El Salva #994F44

RGB

 RED value IS 153 (60.16% from 255) = 51%

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

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

R = 51%
G = 26.33%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.4

RGB Variations

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

Color information

#994F44 (or 0x994F44) is known color: El Salva. HEX triplet: 99, 4F and 44. RGB value is (153,79,68). Sum of RGB (Red+Green+Blue) = 153+79+68=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #994F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994F44 is #66B0BB. Grayscale: #636363. Windows color (decimal): -6729916 or 4476825. OLE color: 4476825.

HSL color Cylindrical-coordinate representation of color #994F44: hue angle of 7.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #994F44 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 79 68 -
CMYK 0 0.48 0.56 0.4
HSL 7.76º 0.38% 0.43% -
HSV(B) 7.76º 0.56% 0.6% -
XYZ 16.98 12.78 7.04 -
YUV 99.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 153 79 68 0 0.48 0.56 0.4 7.76 0.38 0.43
Hex 99 4F 44 0 30 38 28 8 26 2B
Octal 231 117 104 0 60 70 50 10 46 53
Binary 10011001 1001111 1000100 0 110000 111000 101000 1000 100110 101011

Color Harmonies of #994F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994F44

Black with #994F44

Text Example


Text Example

White with #994F44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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