Html Css Color HEX #955543 El Salva

📋 copy color: '#955543'

red 149 ◦ green 85 ◦ blue 67

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

Shades of El Salva #955543

Tints of El Salva #955543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 22.26%

R = 49.5%
G = 28.24%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#955543 (or 0x955543) is known color: El Salva. HEX triplet: 95, 55 and 43. RGB value is (149,85,67). Sum of RGB (Red+Green+Blue) = 149+85+67=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #955543 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955543 is #6AAABC. Grayscale: #666666. Windows color (decimal): -6990525 or 4412821. OLE color: 4412821.

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

Color convert

RGB 149 85 67 -
CMYK 0 0.43 0.55 0.42
HSL 13.17º 0.38% 0.42% -
HSV(B) 13.17º 0.55% 0.58% -
XYZ 16.66 13.29 7 -
YUV 102.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 149 85 67 0 0.43 0.55 0.42 13.17 0.38 0.42
Hex 95 55 43 0 2B 37 2A D 26 2A
Octal 225 125 103 0 53 67 52 15 46 52
Binary 10010101 1010101 1000011 0 101011 110111 101010 1101 100110 101010

Color Harmonies of #955543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955543

Black with #955543

Text Example


Text Example

White with #955543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955543; }

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

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

background-color css

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

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

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

border-color css

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

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

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