Html Css Color HEX #955546 El Salva

📋 copy color: '#955546'

red 149 ◦ green 85 ◦ blue 70

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

Shades of El Salva #955546

Tints of El Salva #955546

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.96%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 49.01%
G = 27.96%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#955546 (or 0x955546) is known color: El Salva. HEX triplet: 95, 55 and 46. RGB value is (149,85,70). Sum of RGB (Red+Green+Blue) = 149+85+70=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 149 - color contains mainly: red. Hex color #955546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955546 is #6AAAB9. Grayscale: #666666. Windows color (decimal): -6990522 or 4609429. OLE color: 4609429.

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

Color convert

RGB 149 85 70 -
CMYK 0 0.43 0.53 0.42
HSL 11.39º 0.36% 0.43% -
HSV(B) 11.39º 0.53% 0.58% -
XYZ 16.75 13.33 7.48 -
YUV 102.43 109.7 161.22 -
System Red Green Blue C M Y K H S L
Decimal 149 85 70 0 0.43 0.53 0.42 11.39 0.36 0.43
Hex 95 55 46 0 2B 35 2A B 24 2B
Octal 225 125 106 0 53 65 52 13 44 53
Binary 10010101 1010101 1000110 0 101011 110101 101010 1011 100100 101011

Color Harmonies of #955546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955546

Black with #955546

Text Example


Text Example

White with #955546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955546; }

 p { color: rgb(149,85,70); }

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

background-color css

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

 a { background-color: rgb(149,85,70); }

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

border-color css

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

 span { border-color: rgb(149,85,70); }

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