Html Css Color HEX #955341 El Salva

📋 copy color: '#955341'

red 149 ◦ green 83 ◦ blue 65

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

Shades of El Salva #955341

Tints of El Salva #955341

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

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

R = 50.17%
G = 27.95%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#955341 (or 0x955341) is known color: El Salva. HEX triplet: 95, 53 and 41. RGB value is (149,83,65). Sum of RGB (Red+Green+Blue) = 149+83+65=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #955341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955341 is #6AACBE. Grayscale: #646464. Windows color (decimal): -6991039 or 4281237. OLE color: 4281237.

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

Color convert

RGB 149 83 65 -
CMYK 0 0.44 0.56 0.42
HSL 12.86º 0.39% 0.42% -
HSV(B) 12.86º 0.56% 0.58% -
XYZ 16.44 12.96 6.64 -
YUV 100.68 107.87 162.46 -
System Red Green Blue C M Y K H S L
Decimal 149 83 65 0 0.44 0.56 0.42 12.86 0.39 0.42
Hex 95 53 41 0 2C 38 2A D 27 2A
Octal 225 123 101 0 54 70 52 15 47 52
Binary 10010101 1010011 1000001 0 101100 111000 101010 1101 100111 101010

Color Harmonies of #955341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955341

Black with #955341

Text Example


Text Example

White with #955341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955341; }

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

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

background-color css

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

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

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

border-color css

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

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

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