#C38549

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

Shades of Brandy Punch #C38549

Tints of Brandy Punch #C38549

Color information

#C38549 (or 0xC38549) is unknown color: approx Brandy Punch. HEX triplet: C3, 85 and 49. RGB value is (195,133,73). Sum of RGB (Red+Green+Blue) = 195+133+73=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 73 (28.91% from 255 or 18.20% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C38549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38549 is #3C7AB6. Grayscale: #919191. Windows color (decimal): -3963575 or 4818371. OLE color: 4818371.

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

Color convert

RGB19513373-
CMYK00.320.630.24
HSL29.51º50.41%52.55%-
HSV(B)29.51º62.56%76.47%-
XYZ32.128.8610.18-
YUV144.787.54163.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.63%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 73 (28.91% from 255) = 18.20%
R=48.63%
G=33.17%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951337300.320.630.2429.5150.4152.55
HexC385490203F181e3235
Octal3032051110407730366265
Binary1100001110000101100100101000001111111100011110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38549; }

 p { color: rgb(195,133,73); }

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

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

 a { background-color: rgb(195,133,73); }

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

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

 span { border-color: rgb(195,133,73); }

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