#97503F

Color #97503F El Salva (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Salva #97503F

Tints of El Salva #97503F

Color information

#97503F (or 0x97503F) is unknown color: approx El Salva. HEX triplet: 97, 50 and 3F. RGB value is (151,80,63). Sum of RGB (Red+Green+Blue) = 151+80+63=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97503F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97503F is #68AFC0. Grayscale: #636363. Windows color (decimal): -6860737 or 4149399. OLE color: 4149399.

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

Color convert

RGB1518063-
CMYK00.470.580.41
HSL11.59º41.12%41.96%-
HSV(B)11.59º58.28%59.22%-
XYZ16.5312.686.28-
YUV99.29107.52164.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 51.36%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 63 (25% from 255) = 21.43%
R=51.36%
G=27.21%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151806300.470.580.4111.5941.1241.96
Hex97503F02F3A29c292a
Octal227120770577251145152
Binary10010111101000011111101011111110101010011100101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97503F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #97503F;
 }
 .AnyTagClassName
 {
   color: #97503F;
 }
</style>
background-color css

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

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

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

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

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

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