Html Css Color HEX #955242 El Salva

📋 copy color: '#955242'

red 149 ◦ green 82 ◦ blue 66

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

Shades of El Salva #955242

Tints of El Salva #955242

RGB

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

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

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

R = 50.17%
G = 27.61%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#955242 (or 0x955242) is known color: El Salva. HEX triplet: 95, 52 and 42. RGB value is (149,82,66). Sum of RGB (Red+Green+Blue) = 149+82+66=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #955242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955242 is #6AADBD. Grayscale: #646464. Windows color (decimal): -6991294 or 4346517. OLE color: 4346517.

HSL color Cylindrical-coordinate representation of color #955242: hue angle of 11.57º 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 #955242 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 82 66 -
CMYK 0 0.45 0.56 0.42
HSL 11.57º 0.39% 0.42% -
HSV(B) 11.57º 0.56% 0.58% -
XYZ 16.4 12.82 6.76 -
YUV 100.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 149 82 66 0 0.45 0.56 0.42 11.57 0.39 0.42
Hex 95 52 42 0 2D 38 2A C 27 2A
Octal 225 122 102 0 55 70 52 14 47 52
Binary 10010101 1010010 1000010 0 101101 111000 101010 1100 100111 101010

Color Harmonies of #955242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955242

Black with #955242

Text Example


Text Example

White with #955242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955242; }

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

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

background-color css

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

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

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

border-color css

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

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

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