#C47845

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

Shades of Brandy Punch #C47845

Tints of Brandy Punch #C47845

Color information

#C47845 (or 0xC47845) is unknown color: approx Brandy Punch. HEX triplet: C4, 78 and 45. RGB value is (196,120,69). Sum of RGB (Red+Green+Blue) = 196+120+69=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C47845 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47845 is #3B87BA. Grayscale: #898989. Windows color (decimal): -3901371 or 4552900. OLE color: 4552900.

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

Color convert

RGB19612069-
CMYK00.390.650.23
HSL24.09º51.84%51.96%-
HSV(B)24.09º64.8%76.86%-
XYZ30.5625.68.96-
YUV136.9189.68170.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.91%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=50.91%
G=31.17%
B=17.92%

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
Decimal1961206900.390.650.2324.0951.8451.96
HexC478450274117183434
Octal30417010504710127306464
Binary1100010011110001000101010011110000011011111000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47845; }

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

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

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

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

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

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

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

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