Html Css Color HEX #955142 El Salva

📋 copy color: '#955142'

red 149 ◦ green 81 ◦ blue 66

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

Shades of El Salva #955142

Tints of El Salva #955142

RGB

 RED value IS 149 (58.59% from 255) = 50.34%

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

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

R = 50.34%
G = 27.36%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#955142 (or 0x955142) is known color: El Salva. HEX triplet: 95, 51 and 42. RGB value is (149,81,66). Sum of RGB (Red+Green+Blue) = 149+81+66=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #955142 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955142 is #6AAEBD. Grayscale: #636363. Windows color (decimal): -6991550 or 4346261. OLE color: 4346261.

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

Color convert

RGB 149 81 66 -
CMYK 0 0.46 0.56 0.42
HSL 10.84º 0.39% 0.42% -
HSV(B) 10.84º 0.56% 0.58% -
XYZ 16.32 12.67 6.74 -
YUV 99.62 109.03 163.22 -
System Red Green Blue C M Y K H S L
Decimal 149 81 66 0 0.46 0.56 0.42 10.84 0.39 0.42
Hex 95 51 42 0 2E 38 2A B 27 2A
Octal 225 121 102 0 56 70 52 13 47 52
Binary 10010101 1010001 1000010 0 101110 111000 101010 1011 100111 101010

Color Harmonies of #955142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955142

Black with #955142

Text Example


Text Example

White with #955142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955142; }

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

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

background-color css

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

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

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

border-color css

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

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

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