#C37B40

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

Shades of Brandy Punch #C37B40

Tints of Brandy Punch #C37B40

Color information

#C37B40 (or 0xC37B40) is unknown color: approx Brandy Punch. HEX triplet: C3, 7B and 40. RGB value is (195,123,64). Sum of RGB (Red+Green+Blue) = 195+123+64=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C37B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37B40 is #3C84BF. Grayscale: #8A8A8A. Windows color (decimal): -3966144 or 4225987. OLE color: 4225987.

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

Color convert

RGB19512364-
CMYK00.370.670.24
HSL27.02º52.19%50.78%-
HSV(B)27.02º67.18%76.47%-
XYZ30.5126.148.29-
YUV137.886.35168.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 64 (25.39% from 255) = 16.75%
R=51.05%
G=32.20%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951236400.370.670.2427.0252.1950.78
HexC37B4002543181b3433
Octal30317310004510330336463
Binary1100001111110111000000010010110000111100011011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37B40; }

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

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

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

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

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

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

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

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