#C17544

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

Shades of Brandy Punch #C17544

Tints of Brandy Punch #C17544

Color information

#C17544 (or 0xC17544) is unknown color: approx Brandy Punch. HEX triplet: C1, 75 and 44. RGB value is (193,117,68). Sum of RGB (Red+Green+Blue) = 193+117+68=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 68 (26.95% from 255 or 17.99% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C17544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17544 is #3E8ABB. Grayscale: #868686. Windows color (decimal): -4098748 or 4486593. OLE color: 4486593.

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

Color convert

RGB19311768-
CMYK00.390.650.24
HSL23.52º50.2%51.18%-
HSV(B)23.52º64.77%75.69%-
XYZ29.424.488.64-
YUV134.1490.68169.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.06%
GREEN value IS 117 (46.09% from 255) = 30.95%
BLUE value IS 68 (26.95% from 255) = 17.99%
R=51.06%
G=30.95%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931176800.390.650.2423.5250.251.18
HexC175440274118183233
Octal30116510404710130306263
Binary1100000111101011000100010011110000011100011000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C17544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C17544; }

 p { color: rgb(193,117,68); }

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

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

 a { background-color: rgb(193,117,68); }

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

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

 span { border-color: rgb(193,117,68); }

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