#C57B3F

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

Shades of Brandy Punch #C57B3F

Tints of Brandy Punch #C57B3F

Color information

#C57B3F (or 0xC57B3F) is unknown color: approx Brandy Punch. HEX triplet: C5, 7B and 3F. RGB value is (197,123,63). Sum of RGB (Red+Green+Blue) = 197+123+63=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C57B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57B3F is #3A84C0. Grayscale: #8A8A8A. Windows color (decimal): -3835073 or 4160453. OLE color: 4160453.

HSL color Cylindrical-coordinate representation of color #C57B3F: hue angle of 26.87º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C57B3F is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19712363-
CMYK00.380.680.23
HSL26.87º53.6%50.98%-
HSV(B)26.87º68.02%77.25%-
XYZ31.0126.48.16-
YUV138.2985.52169.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 123 (48.44% from 255) = 32.11%
BLUE value IS 63 (25% from 255) = 16.45%
R=51.44%
G=32.11%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971236300.380.680.2326.8753.650.98
HexC57B3F02644171b3633
Octal3051737704610427336663
Binary110001011111011111111010011010001001011111011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57B3F; }

 p { color: rgb(197,123,63); }

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

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

 a { background-color: rgb(197,123,63); }

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

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

 span { border-color: rgb(197,123,63); }

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