#C48341

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

Shades of Brandy Punch #C48341

Tints of Brandy Punch #C48341

Color information

#C48341 (or 0xC48341) is unknown color: approx Brandy Punch. HEX triplet: C4, 83 and 41. RGB value is (196,131,65). Sum of RGB (Red+Green+Blue) = 196+131+65=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 65 (25.78% from 255 or 16.58% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C48341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48341 is #3B7CBE. Grayscale: #8F8F8F. Windows color (decimal): -3898559 or 4293572. OLE color: 4293572.

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

Color convert

RGB19613165-
CMYK00.330.670.23
HSL30.23º52.61%51.18%-
HSV(B)30.23º66.84%76.86%-
XYZ31.8428.358.8-
YUV142.9184.03165.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50%
GREEN value IS 131 (51.56% from 255) = 33.42%
BLUE value IS 65 (25.78% from 255) = 16.58%
R=50%
G=33.42%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961316500.330.670.2330.2352.6151.18
HexC4834102143171e3533
Octal30420310104110327366563
Binary11000100100000111000001010000110000111011111110110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48341; }

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

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

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

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

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

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

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

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