#C3834D

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

Shades of Brandy Punch #C3834D

Tints of Brandy Punch #C3834D

Color information

#C3834D (or 0xC3834D) is unknown color: approx Brandy Punch. HEX triplet: C3, 83 and 4D. RGB value is (195,131,77). Sum of RGB (Red+Green+Blue) = 195+131+77=403 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.39% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 77 (30.47% from 255 or 19.11% from 403); Max value from RGB is 195 - color contains mainly: red. Hex color #C3834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3834D is #3C7CB2. Grayscale: #909090. Windows color (decimal): -3964083 or 5080003. OLE color: 5080003.

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

Color convert

RGB19513177-
CMYK00.330.610.24
HSL27.46º49.58%53.33%-
HSV(B)27.46º60.51%76.47%-
XYZ31.9628.3710.81-
YUV143.9890.2164.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.39%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 77 (30.47% from 255) = 19.11%
R=48.39%
G=32.51%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951317700.330.610.2427.4649.5853.33
HexC3834D0213D181b3235
Octal3032031150417530336265
Binary1100001110000011100110101000011111011100011011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3834D; }

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

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

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

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

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

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

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

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