#C4724B

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

Shades of Red Damask #C4724B

Tints of Red Damask #C4724B

Color information

#C4724B (or 0xC4724B) is unknown color: approx Red Damask. HEX triplet: C4, 72 and 4B. RGB value is (196,114,75). Sum of RGB (Red+Green+Blue) = 196+114+75=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C4724B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4724B is #3B8DB4. Grayscale: #868686. Windows color (decimal): -3902901 or 4944580. OLE color: 4944580.

HSL color Cylindrical-coordinate representation of color #C4724B: hue angle of 19.34º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4724B is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19611475-
CMYK00.420.620.23
HSL19.34º50.63%53.14%-
HSV(B)19.34º61.73%76.86%-
XYZ30.0524.289.76-
YUV134.0794.67172.17-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.91%
GREEN value IS 114 (44.92% from 255) = 29.61%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=50.91%
G=29.61%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961147500.420.620.2319.3450.6353.14
HexC4724B02A3E17133335
Octal3041621130527627236365
Binary110001001110010100101101010101111101011110011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4724B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4724B; }

 p { color: rgb(196,114,75); }

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

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

 a { background-color: rgb(196,114,75); }

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

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

 span { border-color: rgb(196,114,75); }

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