#C38041

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

Shades of Brandy Punch #C38041

Tints of Brandy Punch #C38041

Color information

#C38041 (or 0xC38041) is unknown color: approx Brandy Punch. HEX triplet: C3, 80 and 41. RGB value is (195,128,65). Sum of RGB (Red+Green+Blue) = 195+128+65=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C38041 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38041 is #3C7FBE. Grayscale: #8D8D8D. Windows color (decimal): -3964863 or 4292803. OLE color: 4292803.

HSL color Cylindrical-coordinate representation of color #C38041: hue angle of 29.08º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C38041 is Cyan = 0, Magento = 0.34, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19512865-
CMYK00.340.670.24
HSL29.08º52%50.98%-
HSV(B)29.08º66.67%76.47%-
XYZ31.1827.428.65-
YUV140.8585.2166.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.26%
GREEN value IS 128 (50.39% from 255) = 32.99%
BLUE value IS 65 (25.78% from 255) = 16.75%
R=50.26%
G=32.99%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951286500.340.670.2429.085250.98
HexC3804102243181d3433
Octal30320010104210330356463
Binary11000011100000001000001010001010000111100011101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38041; }

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

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

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

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

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

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

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

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