#C58047

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

Shades of Brandy Punch #C58047

Tints of Brandy Punch #C58047

Color information

#C58047 (or 0xC58047) is unknown color: approx Brandy Punch. HEX triplet: C5, 80 and 47. RGB value is (197,128,71). Sum of RGB (Red+Green+Blue) = 197+128+71=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 71 (28.12% from 255 or 17.93% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C58047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58047 is #3A7FB8. Grayscale: #8E8E8E. Windows color (decimal): -3833785 or 4686021. OLE color: 4686021.

HSL color Cylindrical-coordinate representation of color #C58047: hue angle of 27.14º 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 #C58047 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB19712871-
CMYK00.350.640.23
HSL27.14º52.07%52.55%-
HSV(B)27.14º63.96%77.25%-
XYZ31.8827.769.64-
YUV142.1387.86167.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 128 (50.39% from 255) = 32.32%
BLUE value IS 71 (28.12% from 255) = 17.93%
R=49.75%
G=32.32%
B=17.93%

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
Decimal1971287100.350.640.2327.1452.0752.55
HexC5804702340171b3435
Octal30520010704310027336465
Binary11000101100000001000111010001110000001011111011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58047; }

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

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

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

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

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

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

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

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