#C18548

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

Shades of Brandy Punch #C18548

Tints of Brandy Punch #C18548

Color information

#C18548 (or 0xC18548) is unknown color: approx Brandy Punch. HEX triplet: C1, 85 and 48. RGB value is (193,133,72). Sum of RGB (Red+Green+Blue) = 193+133+72=398 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.49% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 193 - color contains mainly: red. Hex color #C18548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18548 is #3E7AB7. Grayscale: #909090. Windows color (decimal): -4094648 or 4752833. OLE color: 4752833.

HSL color Cylindrical-coordinate representation of color #C18548: hue angle of 30.25º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C18548 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19313372-
CMYK00.310.630.24
HSL30.25º49.39%51.96%-
HSV(B)30.25º62.69%75.69%-
XYZ31.5528.589.98-
YUV143.9987.38162.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.49%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=48.49%
G=33.42%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931337200.310.630.2430.2549.3951.96
HexC1854801F3F181e3134
Octal3012051100377730366164
Binary110000011000010110010000111111111111100011110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18548; }

 p { color: rgb(193,133,72); }

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

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

 a { background-color: rgb(193,133,72); }

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

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

 span { border-color: rgb(193,133,72); }

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