#C07547

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

Shades of Brandy Punch #C07547

Tints of Brandy Punch #C07547

Color information

#C07547 (or 0xC07547) is unknown color: approx Brandy Punch. HEX triplet: C0, 75 and 47. RGB value is (192,117,71). Sum of RGB (Red+Green+Blue) = 192+117+71=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 117 (46.09% from 255 or 30.79% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C07547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07547 is #3F8AB8. Grayscale: #868686. Windows color (decimal): -4164281 or 4683200. OLE color: 4683200.

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

Color convert

RGB19211771-
CMYK00.390.630.25
HSL22.81º48.99%51.57%-
HSV(B)22.81º63.02%75.29%-
XYZ29.2424.389.13-
YUV134.1892.35169.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.53%
GREEN value IS 117 (46.09% from 255) = 30.79%
BLUE value IS 71 (28.12% from 255) = 18.68%
R=50.53%
G=30.79%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921177100.390.630.2522.8148.9951.57
HexC075470273F19173134
Octal3001651070477731276164
Binary110000001110101100011101001111111111100110111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07547; }

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

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

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

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

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

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

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

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