#C37D43

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

Shades of Brandy Punch #C37D43

Tints of Brandy Punch #C37D43

Color information

#C37D43 (or 0xC37D43) is unknown color: approx Brandy Punch. HEX triplet: C3, 7D and 43. RGB value is (195,125,67). Sum of RGB (Red+Green+Blue) = 195+125+67=387 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.39% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 67 (26.56% from 255 or 17.31% from 387); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D43 is #3C82BC. Grayscale: #8B8B8B. Windows color (decimal): -3965629 or 4423107. OLE color: 4423107.

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

Color convert

RGB19512567-
CMYK00.360.660.24
HSL27.19º51.61%51.37%-
HSV(B)27.19º65.64%76.47%-
XYZ30.8526.678.83-
YUV139.3287.19167.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.39%
GREEN value IS 125 (49.22% from 255) = 32.30%
BLUE value IS 67 (26.56% from 255) = 17.31%
R=50.39%
G=32.30%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951256700.360.660.2427.1951.6151.37
HexC37D4302442181b3433
Octal30317510304410230336463
Binary1100001111111011000011010010010000101100011011110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D43; }

 p { color: rgb(195,125,67); }

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

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

 a { background-color: rgb(195,125,67); }

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

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

 span { border-color: rgb(195,125,67); }

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