#C37B4C

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

Shades of Brandy Punch #C37B4C

Tints of Brandy Punch #C37B4C

Color information

#C37B4C (or 0xC37B4C) is unknown color: approx Brandy Punch. HEX triplet: C3, 7B and 4C. RGB value is (195,123,76). Sum of RGB (Red+Green+Blue) = 195+123+76=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 76 (30.08% from 255 or 19.29% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B4C is #3C84B3. Grayscale: #8B8B8B. Windows color (decimal): -3966132 or 5012419. OLE color: 5012419.

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

Color convert

RGB19512376-
CMYK00.370.610.24
HSL23.7º49.79%53.14%-
HSV(B)23.7º61.03%76.47%-
XYZ30.8926.2910.28-
YUV139.1792.35167.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 123 (48.44% from 255) = 31.22%
BLUE value IS 76 (30.08% from 255) = 19.29%
R=49.49%
G=31.22%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951237600.370.610.2423.749.7953.14
HexC37B4C0253D18183235
Octal3031731140457530306265
Binary110000111111011100110001001011111011100011000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37B4C; }

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

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

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

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

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

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

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

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