#C58147

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

Shades of Brandy Punch #C58147

Tints of Brandy Punch #C58147

Color information

#C58147 (or 0xC58147) is unknown color: approx Brandy Punch. HEX triplet: C5, 81 and 47. RGB value is (197,129,71). Sum of RGB (Red+Green+Blue) = 197+129+71=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C58147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58147 is #3A7EB8. Grayscale: #8F8F8F. Windows color (decimal): -3833529 or 4686277. OLE color: 4686277.

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

Color convert

RGB19712971-
CMYK00.350.640.23
HSL27.62º52.07%52.55%-
HSV(B)27.62º63.96%77.25%-
XYZ32.0128.039.68-
YUV142.7287.53166.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.62%
GREEN value IS 129 (50.78% from 255) = 32.49%
BLUE value IS 71 (28.12% from 255) = 17.88%
R=49.62%
G=32.49%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971297100.350.640.2327.6252.0752.55
HexC5814702340171c3435
Octal30520110704310027346465
Binary11000101100000011000111010001110000001011111100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58147; }

 p { color: rgb(197,129,71); }

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

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

 a { background-color: rgb(197,129,71); }

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

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

 span { border-color: rgb(197,129,71); }

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