Html Css Color HEX #955044 El Salva

📋 copy color: '#955044'

red 149 ◦ green 80 ◦ blue 68

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

Shades of El Salva #955044

Tints of El Salva #955044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.94%

 BLUE value IS 68 (26.95% from 255) = 22.9%

R = 50.17%
G = 26.94%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#955044 (or 0x955044) is known color: El Salva. HEX triplet: 95, 50 and 44. RGB value is (149,80,68). Sum of RGB (Red+Green+Blue) = 149+80+68=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 68 (26.95% from 255 or 22.90% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #955044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955044 is #6AAFBB. Grayscale: #636363. Windows color (decimal): -6991804 or 4477077. OLE color: 4477077.

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

Color convert

RGB 149 80 68 -
CMYK 0 0.46 0.54 0.42
HSL 8.89º 0.37% 0.43% -
HSV(B) 8.89º 0.54% 0.58% -
XYZ 16.31 12.54 7.03 -
YUV 99.26 110.36 163.48 -
System Red Green Blue C M Y K H S L
Decimal 149 80 68 0 0.46 0.54 0.42 8.89 0.37 0.43
Hex 95 50 44 0 2E 36 2A 9 25 2B
Octal 225 120 104 0 56 66 52 11 45 53
Binary 10010101 1010000 1000100 0 101110 110110 101010 1001 100101 101011

Color Harmonies of #955044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955044

Black with #955044

Text Example


Text Example

White with #955044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955044; }

 p { color: rgb(149,80,68); }

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

background-color css

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

 a { background-color: rgb(149,80,68); }

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

border-color css

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

 span { border-color: rgb(149,80,68); }

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