Html Css Color HEX #985041 El Salva

📋 copy color: '#985041'

red 152 ◦ green 80 ◦ blue 65

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

Shades of El Salva #985041

Tints of El Salva #985041

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

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

R = 51.18%
G = 26.94%
B = 21.89%

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

#985041 (or 0x985041) is known color: El Salva. HEX triplet: 98, 50 and 41. RGB value is (152,80,65). Sum of RGB (Red+Green+Blue) = 152+80+65=297 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.18% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 152 - color contains mainly: red. Hex color #985041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985041 is #67AFBE. Grayscale: #636363. Windows color (decimal): -6795199 or 4280472. OLE color: 4280472.

HSL color Cylindrical-coordinate representation of color #985041: hue angle of 10.34º 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 #985041 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 80 65 -
CMYK 0 0.47 0.57 0.40
HSL 10.34º 0.4% 0.43% -
HSV(B) 10.34º 0.57% 0.6% -
XYZ 16.77 12.79 6.59 -
YUV 99.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 152 80 65 0 0.47 0.57 0.40 10.34 0.4 0.43
Hex 98 50 41 0 2F 39 28 A 28 2B
Octal 230 120 101 0 57 71 50 12 50 53
Binary 10011000 1010000 1000001 0 101111 111001 101000 1010 101000 101011

Color Harmonies of #985041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985041

Black with #985041

Text Example


Text Example

White with #985041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985041; }

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

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

background-color css

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

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

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

border-color css

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

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

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