#C3724D

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

Shades of Red Damask #C3724D

Tints of Red Damask #C3724D

Color information

#C3724D (or 0xC3724D) is unknown color: approx Red Damask. HEX triplet: C3, 72 and 4D. RGB value is (195,114,77). Sum of RGB (Red+Green+Blue) = 195+114+77=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C3724D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3724D is #3C8DB2. Grayscale: #868686. Windows color (decimal): -3968435 or 5075651. OLE color: 5075651.

HSL color Cylindrical-coordinate representation of color #C3724D: hue angle of 18.81º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3724D is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB19511477-
CMYK00.420.610.24
HSL18.81º49.58%53.33%-
HSV(B)18.81º60.51%76.47%-
XYZ29.8624.1710.11-
YUV13495.84171.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.52%
GREEN value IS 114 (44.92% from 255) = 29.53%
BLUE value IS 77 (30.47% from 255) = 19.95%
R=50.52%
G=29.53%
B=19.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951147700.420.610.2418.8149.5853.33
HexC3724D02A3D18133235
Octal3031621150527530236265
Binary110000111110010100110101010101111011100010011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3724D; }

 p { color: rgb(195,114,77); }

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

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

 a { background-color: rgb(195,114,77); }

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

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

 span { border-color: rgb(195,114,77); }

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