#C3824B

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

Shades of Brandy Punch #C3824B

Tints of Brandy Punch #C3824B

Color information

#C3824B (or 0xC3824B) is unknown color: approx Brandy Punch. HEX triplet: C3, 82 and 4B. RGB value is (195,130,75). Sum of RGB (Red+Green+Blue) = 195+130+75=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 130 (51.17% from 255 or 32.5% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C3824B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3824B is #3C7DB4. Grayscale: #8F8F8F. Windows color (decimal): -3964341 or 4948675. OLE color: 4948675.

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

Color convert

RGB19513075-
CMYK00.330.620.24
HSL27.5º50%52.94%-
HSV(B)27.5º61.54%76.47%-
XYZ31.7628.0810.4-
YUV143.1789.53164.97-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.75%
GREEN value IS 130 (51.17% from 255) = 32.5%
BLUE value IS 75 (29.69% from 255) = 18.75%
R=48.75%
G=32.5%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951307500.330.620.2427.55052.94
HexC3824B0213E181c3235
Octal3032021130417630346265
Binary1100001110000010100101101000011111101100011100110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3824B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3824B; }

 p { color: rgb(195,130,75); }

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

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

 a { background-color: rgb(195,130,75); }

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

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

 span { border-color: rgb(195,130,75); }

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