#C4363D

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

Shades of Mahogany #C4363D

Tints of Mahogany #C4363D

Color information

#C4363D (or 0xC4363D) is unknown color: approx Mahogany. HEX triplet: C4, 36 and 3D. RGB value is (196,54,61). Sum of RGB (Red+Green+Blue) = 196+54+61=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C4363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4363D is #3BC9C2. Grayscale: #616161. Windows color (decimal): -3918275 or 4011716. OLE color: 4011716.

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

Color convert

RGB1965461-
CMYK00.720.690.23
HSL357.04º56.8%49.02%-
HSV(B)357.04º72.45%76.86%-
XYZ24.9314.715.94-
YUV97.26107.54198.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.02%
GREEN value IS 54 (21.48% from 255) = 17.36%
BLUE value IS 61 (24.22% from 255) = 19.61%
R=63.02%
G=17.36%
B=19.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196546100.720.690.23357.0456.849.02
HexC4363D04845171653931
Octal30466750110105275457161
Binary1100010011011011110101001000100010110111101100101111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4363D; }

 p { color: rgb(196,54,61); }

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

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

 a { background-color: rgb(196,54,61); }

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

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

 span { border-color: rgb(196,54,61); }

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