Html Css Color HEX #985142 El Salva

📋 copy color: '#985142'

red 152 ◦ green 81 ◦ blue 66

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

Shades of El Salva #985142

Tints of El Salva #985142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.07%

R = 50.84%
G = 27.09%
B = 22.07%

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

#985142 (or 0x985142) is known color: El Salva. HEX triplet: 98, 51 and 42. RGB value is (152,81,66). Sum of RGB (Red+Green+Blue) = 152+81+66=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #985142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985142 is #67AEBD. Grayscale: #646464. Windows color (decimal): -6794942 or 4346264. OLE color: 4346264.

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

Color convert

RGB 152 81 66 -
CMYK 0 0.47 0.57 0.40
HSL 10.47º 0.39% 0.43% -
HSV(B) 10.47º 0.57% 0.6% -
XYZ 16.87 12.95 6.77 -
YUV 100.52 108.52 164.72 -
System Red Green Blue C M Y K H S L
Decimal 152 81 66 0 0.47 0.57 0.40 10.47 0.39 0.43
Hex 98 51 42 0 2F 39 28 A 27 2B
Octal 230 121 102 0 57 71 50 12 47 53
Binary 10011000 1010001 1000010 0 101111 111001 101000 1010 100111 101011

Color Harmonies of #985142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #985142

Black with #985142

Text Example


Text Example

White with #985142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #985142; }

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

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

background-color css

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

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

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

border-color css

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

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

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