#C58048

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

Shades of Brandy Punch #C58048

Tints of Brandy Punch #C58048

Color information

#C58048 (or 0xC58048) is unknown color: approx Brandy Punch. HEX triplet: C5, 80 and 48. RGB value is (197,128,72). Sum of RGB (Red+Green+Blue) = 197+128+72=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C58048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58048 is #3A7FB7. Grayscale: #8E8E8E. Windows color (decimal): -3833784 or 4751557. OLE color: 4751557.

HSL color Cylindrical-coordinate representation of color #C58048: hue angle of 26.88º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C58048 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB19712872-
CMYK00.350.630.23
HSL26.88º51.87%52.75%-
HSV(B)26.88º63.45%77.25%-
XYZ31.9127.789.81-
YUV142.2588.36167.05-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=49.62%
G=32.24%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971287200.350.630.2326.8851.8752.75
HexC580480233F171b3435
Octal3052001100437727336465
Binary1100010110000000100100001000111111111011111011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58048; }

 p { color: rgb(197,128,72); }

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

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

 a { background-color: rgb(197,128,72); }

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

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

 span { border-color: rgb(197,128,72); }

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