#C07544

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

Shades of Brandy Punch #C07544

Tints of Brandy Punch #C07544

Color information

#C07544 (or 0xC07544) is unknown color: approx Brandy Punch. HEX triplet: C0, 75 and 44. RGB value is (192,117,68). Sum of RGB (Red+Green+Blue) = 192+117+68=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 68 (26.95% from 255 or 18.04% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C07544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07544 is #3F8ABB. Grayscale: #868686. Windows color (decimal): -4164284 or 4486592. OLE color: 4486592.

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

Color convert

RGB19211768-
CMYK00.390.650.25
HSL23.71º49.6%50.98%-
HSV(B)23.71º64.58%75.29%-
XYZ29.1424.358.63-
YUV133.8490.85169.48-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.93%
GREEN value IS 117 (46.09% from 255) = 31.03%
BLUE value IS 68 (26.95% from 255) = 18.04%
R=50.93%
G=31.03%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921176800.390.650.2523.7149.650.98
HexC075440274119183233
Octal30016510404710131306263
Binary1100000011101011000100010011110000011100111000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07544; }

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

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

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

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

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

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

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

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