#C53638

Color #C53638 Mahogany (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mahogany #C53638

Tints of Mahogany #C53638

Color information

#C53638 (or 0xC53638) is unknown color: approx Mahogany. HEX triplet: C5, 36 and 38. RGB value is (197,54,56). Sum of RGB (Red+Green+Blue) = 197+54+56=307 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.17% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 197 - color contains mainly: red. Hex color #C53638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C53638 is #3AC9C7. Grayscale: #616161. Windows color (decimal): -3852744 or 3684037. OLE color: 3684037.

HSL color Cylindrical-coordinate representation of color #C53638: hue angle of 359.16º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C53638 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB1975456-
CMYK00.730.720.23
HSL359.16º56.97%49.22%-
HSV(B)359.16º72.59%77.25%-
XYZ25.0614.795.28-
YUV96.98104.88199.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 64.17%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=64.17%
G=17.59%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197545600.730.720.23359.1656.9749.22
HexC5363804948171673931
Octal30566700111110275477161
Binary1100010111011011100001001001100100010111101100111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53638; }

 p { color: rgb(197,54,56); }

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

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

 a { background-color: rgb(197,54,56); }

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

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

 span { border-color: rgb(197,54,56); }

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