#C3734B

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

Shades of Red Damask #C3734B

Tints of Red Damask #C3734B

Color information

#C3734B (or 0xC3734B) is unknown color: approx Red Damask. HEX triplet: C3, 73 and 4B. RGB value is (195,115,75). Sum of RGB (Red+Green+Blue) = 195+115+75=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 115 (45.31% from 255 or 29.87% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C3734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3734B is #3C8CB4. Grayscale: #868686. Windows color (decimal): -3968181 or 4944835. OLE color: 4944835.

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

Color convert

RGB19511575-
CMYK00.410.620.24
HSL20º50%52.94%-
HSV(B)20º61.54%76.47%-
XYZ29.9124.379.78-
YUV134.3694.5171.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.65%
GREEN value IS 115 (45.31% from 255) = 29.87%
BLUE value IS 75 (29.69% from 255) = 19.48%
R=50.65%
G=29.87%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951157500.410.620.24205052.94
HexC3734B0293E18143235
Octal3031631130517630246265
Binary110000111110011100101101010011111101100010100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3734B; }

 p { color: rgb(195,115,75); }

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

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

 a { background-color: rgb(195,115,75); }

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

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

 span { border-color: rgb(195,115,75); }

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