Html Css Color HEX #955041 El Salva

📋 copy color: '#955041'

red 149 ◦ green 80 ◦ blue 65

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

Shades of El Salva #955041

Tints of El Salva #955041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.11%

R = 50.68%
G = 27.21%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#955041 (or 0x955041) is known color: El Salva. HEX triplet: 95, 50 and 41. RGB value is (149,80,65). Sum of RGB (Red+Green+Blue) = 149+80+65=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #955041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955041 is #6AAFBE. Grayscale: #636363. Windows color (decimal): -6991807 or 4280469. OLE color: 4280469.

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

Color convert

RGB 149 80 65 -
CMYK 0 0.46 0.56 0.42
HSL 10.71º 0.39% 0.42% -
HSV(B) 10.71º 0.56% 0.58% -
XYZ 16.22 12.51 6.56 -
YUV 98.92 108.86 163.72 -
System Red Green Blue C M Y K H S L
Decimal 149 80 65 0 0.46 0.56 0.42 10.71 0.39 0.42
Hex 95 50 41 0 2E 38 2A B 27 2A
Octal 225 120 101 0 56 70 52 13 47 52
Binary 10010101 1010000 1000001 0 101110 111000 101010 1011 100111 101010

Color Harmonies of #955041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955041

Black with #955041

Text Example


Text Example

White with #955041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955041; }

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

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

background-color css

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

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

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

border-color css

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

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

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