#C27A39

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

Shades of Brandy Punch #C27A39

Tints of Brandy Punch #C27A39

Color information

#C27A39 (or 0xC27A39) is unknown color: approx Brandy Punch. HEX triplet: C2, 7A and 39. RGB value is (194,122,57). Sum of RGB (Red+Green+Blue) = 194+122+57=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27A39 is #3D85C6. Grayscale: #888888. Windows color (decimal): -4031943 or 3766978. OLE color: 3766978.

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

Color convert

RGB19412257-
CMYK00.370.710.24
HSL28.47º54.58%49.22%-
HSV(B)28.47º70.62%76.08%-
XYZ29.9525.687.25-
YUV136.1283.35169.29-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 122 (48.05% from 255) = 32.71%
BLUE value IS 57 (22.66% from 255) = 15.28%
R=52.01%
G=32.71%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941225700.370.710.2428.4754.5849.22
HexC27A3902547181c3731
Octal3021727104510730346761
Binary110000101111010111001010010110001111100011100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27A39; }

 p { color: rgb(194,122,57); }

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

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

 a { background-color: rgb(194,122,57); }

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

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

 span { border-color: rgb(194,122,57); }

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