#C4373A

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

Shades of Mahogany #C4373A

Tints of Mahogany #C4373A

Color information

#C4373A (or 0xC4373A) is unknown color: approx Mahogany. HEX triplet: C4, 37 and 3A. RGB value is (196,55,58). Sum of RGB (Red+Green+Blue) = 196+55+58=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4373A is #3BC8C5. Grayscale: #616161. Windows color (decimal): -3918022 or 3815364. OLE color: 3815364.

HSL color Cylindrical-coordinate representation of color #C4373A: hue angle of 358.72º degrees, saturation: 0.56, 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 #C4373A is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB1965558-
CMYK00.720.700.23
HSL358.72º56.18%49.22%-
HSV(B)358.72º71.94%76.86%-
XYZ24.8914.775.54-
YUV97.5105.71198.26-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 63.43%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 58 (23.05% from 255) = 18.77%
R=63.43%
G=17.80%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196555800.720.700.23358.7256.1849.22
HexC4373A04846171673831
Octal30467720110106275477061
Binary1100010011011111101001001000100011010111101100111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4373A; }

 p { color: rgb(196,55,58); }

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

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

 a { background-color: rgb(196,55,58); }

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

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

 span { border-color: rgb(196,55,58); }

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