#C58045

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

Shades of Brandy Punch #C58045

Tints of Brandy Punch #C58045

Color information

#C58045 (or 0xC58045) is unknown color: approx Brandy Punch. HEX triplet: C5, 80 and 45. RGB value is (197,128,69). Sum of RGB (Red+Green+Blue) = 197+128+69=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C58045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58045 is #3A7FBA. Grayscale: #8E8E8E. Windows color (decimal): -3833787 or 4554949. OLE color: 4554949.

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

Color convert

RGB19712869-
CMYK00.350.650.23
HSL27.66º52.46%52.16%-
HSV(B)27.66º64.97%77.25%-
XYZ31.8227.749.31-
YUV141.986.86167.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 69 (27.34% from 255) = 17.51%
R=50%
G=32.49%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971286900.350.650.2327.6652.4652.16
HexC5804502341171c3434
Octal30520010504310127346464
Binary11000101100000001000101010001110000011011111100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58045; }

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

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

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

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

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

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

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

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