#C37B3C

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

Shades of Brandy Punch #C37B3C

Tints of Brandy Punch #C37B3C

Color information

#C37B3C (or 0xC37B3C) is unknown color: approx Brandy Punch. HEX triplet: C3, 7B and 3C. RGB value is (195,123,60). Sum of RGB (Red+Green+Blue) = 195+123+60=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B3C is #3C84C3. Grayscale: #898989. Windows color (decimal): -3966148 or 3963843. OLE color: 3963843.

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

Color convert

RGB19512360-
CMYK00.370.690.24
HSL28º52.94%50%-
HSV(B)28º69.23%76.47%-
XYZ30.426.097.71-
YUV137.3584.35169.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.59%
GREEN value IS 123 (48.44% from 255) = 32.54%
BLUE value IS 60 (23.83% from 255) = 15.87%
R=51.59%
G=32.54%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951236000.370.690.242852.9450
HexC37B3C02545181c3532
Octal3031737404510530346562
Binary110000111111011111100010010110001011100011100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37B3C; }

 p { color: rgb(195,123,60); }

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

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

 a { background-color: rgb(195,123,60); }

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

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

 span { border-color: rgb(195,123,60); }

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