Html Css Color HEX #95503F El Salva

📋 copy color: '#95503F'

red 149 ◦ green 80 ◦ blue 63

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

Shades of El Salva #95503F

Tints of El Salva #95503F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.58%

R = 51.03%
G = 27.4%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#95503F (or 0x95503F) is known color: El Salva. HEX triplet: 95, 50 and 3F. RGB value is (149,80,63). Sum of RGB (Red+Green+Blue) = 149+80+63=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 63 (25% from 255 or 21.58% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #95503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95503F is #6AAFC0. Grayscale: #626262. Windows color (decimal): -6991809 or 4149397. OLE color: 4149397.

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

Color convert

RGB 149 80 63 -
CMYK 0 0.46 0.58 0.42
HSL 11.86º 0.41% 0.42% -
HSV(B) 11.86º 0.58% 0.58% -
XYZ 16.16 12.49 6.26 -
YUV 98.69 107.86 163.88 -
System Red Green Blue C M Y K H S L
Decimal 149 80 63 0 0.46 0.58 0.42 11.86 0.41 0.42
Hex 95 50 3F 0 2E 3A 2A C 29 2A
Octal 225 120 77 0 56 72 52 14 51 52
Binary 10010101 1010000 111111 0 101110 111010 101010 1100 101001 101010

Color Harmonies of #95503F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95503F

Black with #95503F

Text Example


Text Example

White with #95503F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95503F; }

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

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

background-color css

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

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

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

border-color css

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

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

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