#C47D42

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

Shades of Brandy Punch #C47D42

Tints of Brandy Punch #C47D42

Color information

#C47D42 (or 0xC47D42) is unknown color: approx Brandy Punch. HEX triplet: C4, 7D and 42. RGB value is (196,125,66). Sum of RGB (Red+Green+Blue) = 196+125+66=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C47D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47D42 is #3B82BD. Grayscale: #8B8B8B. Windows color (decimal): -3900094 or 4357572. OLE color: 4357572.

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

Color convert

RGB19612566-
CMYK00.360.660.23
HSL27.23º52.42%51.37%-
HSV(B)27.23º66.33%76.86%-
XYZ31.0826.88.69-
YUV139.586.52168.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.65%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 66 (26.17% from 255) = 17.05%
R=50.65%
G=32.30%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961256600.360.660.2327.2352.4251.37
HexC47D4202442171b3433
Octal30417510204410227336463
Binary1100010011111011000010010010010000101011111011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47D42; }

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

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

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

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

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

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

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

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