#C48041

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

Shades of Brandy Punch #C48041

Tints of Brandy Punch #C48041

Color information

#C48041 (or 0xC48041) is unknown color: approx Brandy Punch. HEX triplet: C4, 80 and 41. RGB value is (196,128,65). Sum of RGB (Red+Green+Blue) = 196+128+65=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 128 (50.39% from 255 or 32.90% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C48041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48041 is #3B7FBE. Grayscale: #8D8D8D. Windows color (decimal): -3899327 or 4292804. OLE color: 4292804.

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

Color convert

RGB19612865-
CMYK00.350.670.23
HSL28.85º52.61%51.18%-
HSV(B)28.85º66.84%76.86%-
XYZ31.4427.568.66-
YUV141.1585.03167.12-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.39%
GREEN value IS 128 (50.39% from 255) = 32.90%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=50.39%
G=32.90%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961286500.350.670.2328.8552.6151.18
HexC4804102343171d3533
Octal30420010104310327356563
Binary11000100100000001000001010001110000111011111101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48041; }

 p { color: rgb(196,128,65); }

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

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

 a { background-color: rgb(196,128,65); }

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

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

 span { border-color: rgb(196,128,65); }

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