Html Css Color HEX #995142 El Salva

📋 copy color: '#995142'

red 153 ◦ green 81 ◦ blue 66

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

Shades of El Salva #995142

Tints of El Salva #995142

RGB

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

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

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

R = 51%
G = 27%
B = 22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#995142 (or 0x995142) is known color: El Salva. HEX triplet: 99, 51 and 42. RGB value is (153,81,66). Sum of RGB (Red+Green+Blue) = 153+81+66=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 66 (26.17% from 255 or 22% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #995142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995142 is #66AEBD. Grayscale: #646464. Windows color (decimal): -6729406 or 4346265. OLE color: 4346265.

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

Color convert

RGB 153 81 66 -
CMYK 0 0.47 0.57 0.4
HSL 10.34º 0.4% 0.43% -
HSV(B) 10.34º 0.57% 0.6% -
XYZ 17.06 13.05 6.77 -
YUV 100.82 108.35 165.22 -
System Red Green Blue C M Y K H S L
Decimal 153 81 66 0 0.47 0.57 0.4 10.34 0.4 0.43
Hex 99 51 42 0 2F 39 28 A 28 2B
Octal 231 121 102 0 57 71 50 12 50 53
Binary 10011001 1010001 1000010 0 101111 111001 101000 1010 101000 101011

Color Harmonies of #995142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995142

Black with #995142

Text Example


Text Example

White with #995142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995142; }

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

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

background-color css

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

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

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

border-color css

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

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

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