#C37D45

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

Shades of Brandy Punch #C37D45

Tints of Brandy Punch #C37D45

Color information

#C37D45 (or 0xC37D45) is unknown color: approx Brandy Punch. HEX triplet: C3, 7D and 45. RGB value is (195,125,69). Sum of RGB (Red+Green+Blue) = 195+125+69=389 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.13% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 195 - color contains mainly: red. Hex color #C37D45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37D45 is #3C82BA. Grayscale: #8B8B8B. Windows color (decimal): -3965627 or 4554179. OLE color: 4554179.

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

Color convert

RGB19512569-
CMYK00.360.650.24
HSL26.67º51.22%51.76%-
HSV(B)26.67º64.62%76.47%-
XYZ30.9126.79.15-
YUV139.5588.19167.55-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.13%
GREEN value IS 125 (49.22% from 255) = 32.13%
BLUE value IS 69 (27.34% from 255) = 17.74%
R=50.13%
G=32.13%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951256900.360.650.2426.6751.2251.76
HexC37D4502441181b3334
Octal30317510504410130336364
Binary1100001111111011000101010010010000011100011011110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37D45; }

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

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

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

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

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

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

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

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