Html Css Color HEX #995041 El Salva

📋 copy color: '#995041'

red 153 ◦ green 80 ◦ blue 65

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

Shades of El Salva #995041

Tints of El Salva #995041

RGB

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

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

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

R = 51.34%
G = 26.85%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#995041 (or 0x995041) is known color: El Salva. HEX triplet: 99, 50 and 41. RGB value is (153,80,65). Sum of RGB (Red+Green+Blue) = 153+80+65=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #995041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995041 is #66AFBE. Grayscale: #646464. Windows color (decimal): -6729663 or 4280473. OLE color: 4280473.

HSL color Cylindrical-coordinate representation of color #995041: hue angle of 10.23º 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 #995041 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 80 65 -
CMYK 0 0.48 0.58 0.4
HSL 10.23º 0.4% 0.43% -
HSV(B) 10.23º 0.58% 0.6% -
XYZ 16.96 12.89 6.6 -
YUV 100.12 108.18 165.72 -
System Red Green Blue C M Y K H S L
Decimal 153 80 65 0 0.48 0.58 0.4 10.23 0.4 0.43
Hex 99 50 41 0 30 3A 28 A 28 2B
Octal 231 120 101 0 60 72 50 12 50 53
Binary 10011001 1010000 1000001 0 110000 111010 101000 1010 101000 101011

Color Harmonies of #995041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995041

Black with #995041

Text Example


Text Example

White with #995041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995041; }

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

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

background-color css

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

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

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

border-color css

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

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

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