#C37A3E

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

Shades of Brandy Punch #C37A3E

Tints of Brandy Punch #C37A3E

Color information

#C37A3E (or 0xC37A3E) is unknown color: approx Brandy Punch. HEX triplet: C3, 7A and 3E. RGB value is (195,122,62). Sum of RGB (Red+Green+Blue) = 195+122+62=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C37A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37A3E is #3C85C1. Grayscale: #898989. Windows color (decimal): -3966402 or 4094659. OLE color: 4094659.

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

Color convert

RGB19512262-
CMYK00.370.680.24
HSL27.07º52.57%50.39%-
HSV(B)27.07º68.21%76.47%-
XYZ30.3325.877.95-
YUV136.9985.68169.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.45%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 62 (24.61% from 255) = 16.36%
R=51.45%
G=32.19%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951226200.370.680.2427.0752.5750.39
HexC37A3E02544181b3532
Octal3031727604510430336562
Binary110000111111010111110010010110001001100011011110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C37A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C37A3E; }

 p { color: rgb(195,122,62); }

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

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

 a { background-color: rgb(195,122,62); }

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

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

 span { border-color: rgb(195,122,62); }

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