#C37848

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

Shades of Brandy Punch #C37848

Tints of Brandy Punch #C37848

Color information

#C37848 (or 0xC37848) is unknown color: approx Brandy Punch. HEX triplet: C3, 78 and 48. RGB value is (195,120,72). Sum of RGB (Red+Green+Blue) = 195+120+72=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C37848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37848 is #3C87B7. Grayscale: #898989. Windows color (decimal): -3966904 or 4749507. OLE color: 4749507.

HSL color Cylindrical-coordinate representation of color #C37848: hue angle of 23.41º degrees, saturation: 0.51, 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 #C37848 is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19512072-
CMYK00.380.630.24
HSL23.41º50.62%52.35%-
HSV(B)23.41º63.08%76.47%-
XYZ30.3925.59.45-
YUV136.9591.35169.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.39%
GREEN value IS 120 (47.27% from 255) = 31.01%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=50.39%
G=31.01%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951207200.380.630.2423.4150.6252.35
HexC378480263F18173334
Octal3031701100467730276364
Binary110000111111000100100001001101111111100010111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37848; }

 p { color: rgb(195,120,72); }

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

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

 a { background-color: rgb(195,120,72); }

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

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

 span { border-color: rgb(195,120,72); }

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