#C48141

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

Shades of Brandy Punch #C48141

Tints of Brandy Punch #C48141

Color information

#C48141 (or 0xC48141) is unknown color: approx Brandy Punch. HEX triplet: C4, 81 and 41. RGB value is (196,129,65). Sum of RGB (Red+Green+Blue) = 196+129+65=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C48141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48141 is #3B7EBE. Grayscale: #8E8E8E. Windows color (decimal): -3899071 or 4293060. OLE color: 4293060.

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

Color convert

RGB19612965-
CMYK00.340.670.23
HSL29.31º52.61%51.18%-
HSV(B)29.31º66.84%76.86%-
XYZ31.5727.828.71-
YUV141.7484.7166.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.26%
GREEN value IS 129 (50.78% from 255) = 33.08%
BLUE value IS 65 (25.78% from 255) = 16.67%
R=50.26%
G=33.08%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961296500.340.670.2329.3152.6151.18
HexC4814102243171d3533
Octal30420110104210327356563
Binary11000100100000011000001010001010000111011111101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48141; }

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

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

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

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

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

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

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

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