#C47745

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

Shades of Brandy Punch #C47745

Tints of Brandy Punch #C47745

Color information

#C47745 (or 0xC47745) is unknown color: approx Brandy Punch. HEX triplet: C4, 77 and 45. RGB value is (196,119,69). Sum of RGB (Red+Green+Blue) = 196+119+69=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C47745 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47745 is #3B88BA. Grayscale: #888888. Windows color (decimal): -3901627 or 4552644. OLE color: 4552644.

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

Color convert

RGB19611969-
CMYK00.390.650.23
HSL23.62º51.84%51.96%-
HSV(B)23.62º64.8%76.86%-
XYZ30.4425.368.92-
YUV136.3290.01170.57-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.04%
GREEN value IS 119 (46.88% from 255) = 30.99%
BLUE value IS 69 (27.34% from 255) = 17.97%
R=51.04%
G=30.99%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961196900.390.650.2323.6251.8451.96
HexC477450274117183434
Octal30416710504710127306464
Binary1100010011101111000101010011110000011011111000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47745; }

 p { color: rgb(196,119,69); }

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

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

 a { background-color: rgb(196,119,69); }

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

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

 span { border-color: rgb(196,119,69); }

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