Html Css Color HEX #995242 El Salva

📋 copy color: '#995242'

red 153 ◦ green 82 ◦ blue 66

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

Shades of El Salva #995242

Tints of El Salva #995242

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.24%

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

R = 50.83%
G = 27.24%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#995242 (or 0x995242) is known color: El Salva. HEX triplet: 99, 52 and 42. RGB value is (153,82,66). Sum of RGB (Red+Green+Blue) = 153+82+66=301 (39% of max value = 765). Red value is 153 (60.16% from 255 or 50.83% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 153 - color contains mainly: red. Hex color #995242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995242 is #66ADBD. Grayscale: #656565. Windows color (decimal): -6729150 or 4346521. OLE color: 4346521.

HSL color Cylindrical-coordinate representation of color #995242: 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 #995242 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 82 66 -
CMYK 0 0.46 0.57 0.4
HSL 11.03º 0.4% 0.43% -
HSV(B) 11.03º 0.57% 0.6% -
XYZ 17.14 13.2 6.8 -
YUV 101.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 153 82 66 0 0.46 0.57 0.4 11.03 0.4 0.43
Hex 99 52 42 0 2E 39 28 B 28 2B
Octal 231 122 102 0 56 71 50 13 50 53
Binary 10011001 1010010 1000010 0 101110 111001 101000 1011 101000 101011

Color Harmonies of #995242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995242

Black with #995242

Text Example


Text Example

White with #995242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995242; }

 p { color: rgb(153,82,66); }

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

background-color css

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

 a { background-color: rgb(153,82,66); }

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

border-color css

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

 span { border-color: rgb(153,82,66); }

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