#C5834D

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

Shades of Brandy Punch #C5834D

Tints of Brandy Punch #C5834D

Color information

#C5834D (or 0xC5834D) is unknown color: approx Brandy Punch. HEX triplet: C5, 83 and 4D. RGB value is (197,131,77). Sum of RGB (Red+Green+Blue) = 197+131+77=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5834D is #3A7CB2. Grayscale: #909090. Windows color (decimal): -3833011 or 5080005. OLE color: 5080005.

HSL color Cylindrical-coordinate representation of color #C5834D: hue angle of 27º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5834D is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB19713177-
CMYK00.340.610.23
HSL27º50.85%53.73%-
HSV(B)27º60.91%77.25%-
XYZ32.4828.6410.84-
YUV144.5889.87165.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 77 (30.47% from 255) = 19.01%
R=48.64%
G=32.35%
B=19.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971317700.340.610.232750.8553.73
HexC5834D0223D171b3336
Octal3052031150427527336366
Binary1100010110000011100110101000101111011011111011110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5834D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5834D; }

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

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

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

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

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

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

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

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