#C58145

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

Shades of Brandy Punch #C58145

Tints of Brandy Punch #C58145

Color information

#C58145 (or 0xC58145) is unknown color: approx Brandy Punch. HEX triplet: C5, 81 and 45. RGB value is (197,129,69). Sum of RGB (Red+Green+Blue) = 197+129+69=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 69 (27.34% from 255 or 17.47% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C58145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58145 is #3A7EBA. Grayscale: #8E8E8E. Windows color (decimal): -3833531 or 4555205. OLE color: 4555205.

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

Color convert

RGB19712969-
CMYK00.350.650.23
HSL28.13º52.46%52.16%-
HSV(B)28.13º64.97%77.25%-
XYZ31.95289.35-
YUV142.4986.53166.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.87%
GREEN value IS 129 (50.78% from 255) = 32.66%
BLUE value IS 69 (27.34% from 255) = 17.47%
R=49.87%
G=32.66%
B=17.47%

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
Decimal1971296900.350.650.2328.1352.4652.16
HexC5814502341171c3434
Octal30520110504310127346464
Binary11000101100000011000101010001110000011011111100110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58145; }

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

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

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

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

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

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

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

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