#C38447

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

Shades of Brandy Punch #C38447

Tints of Brandy Punch #C38447

Color information

#C38447 (or 0xC38447) is unknown color: approx Brandy Punch. HEX triplet: C3, 84 and 47. RGB value is (195,132,71). Sum of RGB (Red+Green+Blue) = 195+132+71=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C38447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38447 is #3C7BB8. Grayscale: #909090. Windows color (decimal): -3963833 or 4687043. OLE color: 4687043.

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

Color convert

RGB19513271-
CMYK00.320.640.24
HSL29.52º50.82%52.16%-
HSV(B)29.52º63.59%76.47%-
XYZ31.8928.569.79-
YUV143.8886.87164.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.99%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 71 (28.12% from 255) = 17.84%
R=48.99%
G=33.17%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951327100.320.640.2429.5250.8252.16
HexC3844702040181e3334
Octal30320410704010030366364
Binary11000011100001001000111010000010000001100011110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38447; }

 p { color: rgb(195,132,71); }

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

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

 a { background-color: rgb(195,132,71); }

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

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

 span { border-color: rgb(195,132,71); }

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