Html Css Color HEX #995241 El Salva

📋 copy color: '#995241'

red 153 ◦ green 82 ◦ blue 65

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

Shades of El Salva #995241

Tints of El Salva #995241

RGB

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

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

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

R = 51%
G = 27.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#995241 (or 0x995241) is known color: El Salva. HEX triplet: 99, 52 and 41. RGB value is (153,82,65). Sum of RGB (Red+Green+Blue) = 153+82+65=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #995241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995241 is #66ADBE. Grayscale: #656565. Windows color (decimal): -6729151 or 4280985. OLE color: 4280985.

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

Color convert

RGB 153 82 65 -
CMYK 0 0.46 0.58 0.4
HSL 11.59º 0.4% 0.43% -
HSV(B) 11.59º 0.58% 0.6% -
XYZ 17.11 13.19 6.64 -
YUV 101.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 153 82 65 0 0.46 0.58 0.4 11.59 0.4 0.43
Hex 99 52 41 0 2E 3A 28 C 28 2B
Octal 231 122 101 0 56 72 50 14 50 53
Binary 10011001 1010010 1000001 0 101110 111010 101000 1100 101000 101011

Color Harmonies of #995241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995241

Black with #995241

Text Example


Text Example

White with #995241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995241; }

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

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

background-color css

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

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

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

border-color css

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

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

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