Html Css Color HEX #955145 El Salva

📋 copy color: '#955145'

red 149 ◦ green 81 ◦ blue 69

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

Shades of El Salva #955145

Tints of El Salva #955145

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

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

R = 49.83%
G = 27.09%
B = 23.08%

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

#955145 (or 0x955145) is known color: El Salva. HEX triplet: 95, 51 and 45. RGB value is (149,81,69). Sum of RGB (Red+Green+Blue) = 149+81+69=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #955145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955145 is #6AAEBA. Grayscale: #646464. Windows color (decimal): -6991547 or 4542869. OLE color: 4542869.

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

Color convert

RGB 149 81 69 -
CMYK 0 0.46 0.54 0.42
HSL 0.37% 0.43% -
HSV(B) 0.54% 0.58% -
XYZ 16.41 12.7 7.22 -
YUV 99.96 110.53 162.98 -
System Red Green Blue C M Y K H S L
Decimal 149 81 69 0 0.46 0.54 0.42 9 0.37 0.43
Hex 95 51 45 0 2E 36 2A 9 25 2B
Octal 225 121 105 0 56 66 52 11 45 53
Binary 10010101 1010001 1000101 0 101110 110110 101010 1001 100101 101011

Color Harmonies of #955145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955145

Black with #955145

Text Example


Text Example

White with #955145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955145; }

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

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

background-color css

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

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

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

border-color css

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

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

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