Html Css Color HEX #984F40 El Salva

📋 copy color: '#984F40'

red 152 ◦ green 79 ◦ blue 64

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

Shades of El Salva #984F40

Tints of El Salva #984F40

RGB

 RED value IS 152 (59.77% from 255) = 51.53%

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

 BLUE value IS 64 (25.39% from 255) = 21.69%

R = 51.53%
G = 26.78%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#984F40 (or 0x984F40) is known color: El Salva. HEX triplet: 98, 4F and 40. RGB value is (152,79,64). Sum of RGB (Red+Green+Blue) = 152+79+64=295 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.53% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 152 - color contains mainly: red. Hex color #984F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984F40 is #67B0BF. Grayscale: #636363. Windows color (decimal): -6795456 or 4214680. OLE color: 4214680.

HSL color Cylindrical-coordinate representation of color #984F40: hue angle of 10.23º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #984F40 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 79 64 -
CMYK 0 0.48 0.58 0.40
HSL 10.23º 0.41% 0.42% -
HSV(B) 10.23º 0.58% 0.6% -
XYZ 16.67 12.64 6.41 -
YUV 99.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 152 79 64 0 0.48 0.58 0.40 10.23 0.41 0.42
Hex 98 4F 40 0 30 3A 28 A 29 2A
Octal 230 117 100 0 60 72 50 12 51 52
Binary 10011000 1001111 1000000 0 110000 111010 101000 1010 101001 101010

Color Harmonies of #984F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984F40

Black with #984F40

Text Example


Text Example

White with #984F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984F40; }

 p { color: rgb(152,79,64); }

 H1.HeaderClassName
 {
   color: #984F40;
 }
 .AnyTagClassName
 {
   color: #984F40;
 }
</style>

background-color css

<style>
 a { background-color: #984F40; }

 a { background-color: rgb(152,79,64); }

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

border-color css

<style>
 span { border-color: #984F40; }

 span { border-color: rgb(152,79,64); }

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