#C5734B

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

Shades of Red Damask #C5734B

Tints of Red Damask #C5734B

Color information

#C5734B (or 0xC5734B) is unknown color: approx Red Damask. HEX triplet: C5, 73 and 4B. RGB value is (197,115,75). Sum of RGB (Red+Green+Blue) = 197+115+75=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C5734B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5734B is #3A8CB4. Grayscale: #878787. Windows color (decimal): -3837109 or 4944837. OLE color: 4944837.

HSL color Cylindrical-coordinate representation of color #C5734B: hue angle of 19.67º 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 #C5734B is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19711575-
CMYK00.420.620.23
HSL19.67º51.26%53.33%-
HSV(B)19.67º61.93%77.25%-
XYZ30.4324.649.81-
YUV134.9694.17172.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.90%
GREEN value IS 115 (45.31% from 255) = 29.72%
BLUE value IS 75 (29.69% from 255) = 19.38%
R=50.90%
G=29.72%
B=19.38%

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
Decimal1971157500.420.620.2319.6751.2653.33
HexC5734B02A3E17143335
Octal3051631130527627246365
Binary110001011110011100101101010101111101011110100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5734B; }

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

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

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

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

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

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

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

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