Html Css Color HEX #985141 El Salva

📋 copy color: '#985141'

red 152 ◦ green 81 ◦ blue 65

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

Shades of El Salva #985141

Tints of El Salva #985141

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.18%

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

R = 51.01%
G = 27.18%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#985141 (or 0x985141) is known color: El Salva. HEX triplet: 98, 51 and 41. RGB value is (152,81,65). Sum of RGB (Red+Green+Blue) = 152+81+65=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #985141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985141 is #67AEBE. Grayscale: #646464. Windows color (decimal): -6794943 or 4280728. OLE color: 4280728.

HSL color Cylindrical-coordinate representation of color #985141: hue angle of 11.03º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #985141 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 81 65 -
CMYK 0 0.47 0.57 0.40
HSL 11.03º 0.4% 0.43% -
HSV(B) 11.03º 0.57% 0.6% -
XYZ 16.85 12.94 6.61 -
YUV 100.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 152 81 65 0 0.47 0.57 0.40 11.03 0.4 0.43
Hex 98 51 41 0 2F 39 28 B 28 2B
Octal 230 121 101 0 57 71 50 13 50 53
Binary 10011000 1010001 1000001 0 101111 111001 101000 1011 101000 101011

Color Harmonies of #985141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985141

Black with #985141

Text Example


Text Example

White with #985141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985141; }

 p { color: rgb(152,81,65); }

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

background-color css

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

 a { background-color: rgb(152,81,65); }

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

border-color css

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

 span { border-color: rgb(152,81,65); }

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