#C4813D

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

Shades of Brandy Punch #C4813D

Tints of Brandy Punch #C4813D

Color information

#C4813D (or 0xC4813D) is unknown color: approx Brandy Punch. HEX triplet: C4, 81 and 3D. RGB value is (196,129,61). Sum of RGB (Red+Green+Blue) = 196+129+61=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4813D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4813D is #3B7EC2. Grayscale: #8D8D8D. Windows color (decimal): -3899075 or 4030916. OLE color: 4030916.

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

Color convert

RGB19612961-
CMYK00.340.690.23
HSL30.22º53.36%50.39%-
HSV(B)30.22º68.88%76.86%-
XYZ31.4627.778.12-
YUV141.2882.7167.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 50.78%
GREEN value IS 129 (50.78% from 255) = 33.42%
BLUE value IS 61 (24.22% from 255) = 15.80%
R=50.78%
G=33.42%
B=15.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961296100.340.690.2330.2253.3650.39
HexC4813D02245171e3532
Octal3042017504210527366562
Binary1100010010000001111101010001010001011011111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4813D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4813D; }

 p { color: rgb(196,129,61); }

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

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

 a { background-color: rgb(196,129,61); }

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

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

 span { border-color: rgb(196,129,61); }

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