#c47d3f

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

Shades of Brandy Punch #C47D3F

Tints of Brandy Punch #C47D3F

Color information

#C47D3F (or 0xC47D3F) is unknown color: approx Brandy Punch. HEX triplet: C4, 7D and 3F. RGB value is (196,125,63). Sum of RGB (Red+Green+Blue) = 196+125+63=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D3F is #3B82C0. Grayscale: #8B8B8B. Windows color (decimal): -3900097 or 4160964. OLE color: 4160964.

HSL color Cylindrical-coordinate representation of color #C47D3F: hue angle of 27.97º degrees, saturation: 0.53, 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 #C47D3F is Cyan = 0, Magento = 0.36, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19612563-
CMYK00.360.680.23
HSL27.97º52.99%50.78%-
HSV(B)27.97º67.86%76.86%-
XYZ3126.768.23-
YUV139.1685.02168.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.04%
GREEN value IS 125 (49.22% from 255) = 32.55%
BLUE value IS 63 (25% from 255) = 16.41%
R=51.04%
G=32.55%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961256300.360.680.2327.9752.9950.78
HexC47D3F02444171c3533
Octal3041757704410427346563
Binary110001001111101111111010010010001001011111100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c47d3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c47d3f; }

 p { color: rgb(196,125,63); }

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

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

 a { background-color: rgb(196,125,63); }

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

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

 span { border-color: rgb(196,125,63); }

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