#c57a48

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

Shades of Brandy Punch #C57A48

Tints of Brandy Punch #C57A48

Color information

#C57A48 (or 0xC57A48) is unknown color: approx Brandy Punch. HEX triplet: C5, 7A and 48. RGB value is (197,122,72). Sum of RGB (Red+Green+Blue) = 197+122+72=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57A48 is #3A85B7. Grayscale: #8A8A8A. Windows color (decimal): -3835320 or 4750021. OLE color: 4750021.

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

Color convert

RGB19712272-
CMYK00.380.630.23
HSL24º51.87%52.75%-
HSV(B)24º63.45%77.25%-
XYZ31.1626.269.56-
YUV138.7290.35169.57-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.38%
GREEN value IS 122 (48.05% from 255) = 31.20%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=50.38%
G=31.20%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971227200.380.630.232451.8752.75
HexC57A480263F17183435
Octal3051721100467727306465
Binary110001011111010100100001001101111111011111000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c57a48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c57a48; }

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

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

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

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

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

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

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

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