#C38346

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

Shades of Brandy Punch #C38346

Tints of Brandy Punch #C38346

Color information

#C38346 (or 0xC38346) is unknown color: approx Brandy Punch. HEX triplet: C3, 83 and 46. RGB value is (195,131,70). Sum of RGB (Red+Green+Blue) = 195+131+70=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 70 (27.73% from 255 or 17.68% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C38346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38346 is #3C7CB9. Grayscale: #8F8F8F. Windows color (decimal): -3964090 or 4621251. OLE color: 4621251.

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

Color convert

RGB19513170-
CMYK00.330.640.24
HSL29.28º51.02%51.96%-
HSV(B)29.28º64.1%76.47%-
XYZ31.7328.289.58-
YUV143.1886.7164.96-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.24%
GREEN value IS 131 (51.56% from 255) = 33.08%
BLUE value IS 70 (27.73% from 255) = 17.68%
R=49.24%
G=33.08%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951317000.330.640.2429.2851.0251.96
HexC3834602140181d3334
Octal30320310604110030356364
Binary11000011100000111000110010000110000001100011101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38346; }

 p { color: rgb(195,131,70); }

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

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

 a { background-color: rgb(195,131,70); }

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

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

 span { border-color: rgb(195,131,70); }

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