Html Css Color HEX #955545 El Salva

📋 copy color: '#955545'

red 149 ◦ green 85 ◦ blue 69

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

Shades of El Salva #955545

Tints of El Salva #955545

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.77%

R = 49.17%
G = 28.05%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#955545 (or 0x955545) is known color: El Salva. HEX triplet: 95, 55 and 45. RGB value is (149,85,69). Sum of RGB (Red+Green+Blue) = 149+85+69=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 85 (33.59% from 255 or 28.05% from 303); Blue value is 69 (27.34% from 255 or 22.77% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #955545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955545 is #6AAABA. Grayscale: #666666. Windows color (decimal): -6990523 or 4543893. OLE color: 4543893.

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

Color convert

RGB 149 85 69 -
CMYK 0 0.43 0.54 0.42
HSL 12º 0.37% 0.43% -
HSV(B) 12º 0.54% 0.58% -
XYZ 16.72 13.32 7.32 -
YUV 102.31 109.2 161.3 -
System Red Green Blue C M Y K H S L
Decimal 149 85 69 0 0.43 0.54 0.42 12 0.37 0.43
Hex 95 55 45 0 2B 36 2A C 25 2B
Octal 225 125 105 0 53 66 52 14 45 53
Binary 10010101 1010101 1000101 0 101011 110110 101010 1100 100101 101011

Color Harmonies of #955545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955545

Black with #955545

Text Example


Text Example

White with #955545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955545; }

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

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

background-color css

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

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

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

border-color css

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

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

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