#c87a40

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

Shades of Brandy Punch #C87A40

Tints of Brandy Punch #C87A40

Color information

#C87A40 (or 0xC87A40) is unknown color: approx Brandy Punch. HEX triplet: C8, 7A and 40. RGB value is (200,122,64). Sum of RGB (Red+Green+Blue) = 200+122+64=386 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.81% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87A40 is #3785BF. Grayscale: #8B8B8B. Windows color (decimal): -3638720 or 4225736. OLE color: 4225736.

HSL color Cylindrical-coordinate representation of color #C87A40: hue angle of 25.59º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C87A40 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB20012264-
CMYK00.390.680.22
HSL25.59º55.28%51.76%-
HSV(B)25.59º68%78.43%-
XYZ31.726.578.31-
YUV138.7185.84171.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.81%
GREEN value IS 122 (48.05% from 255) = 31.61%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=51.81%
G=31.61%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001226400.390.680.2225.5955.2851.76
HexC87A4002744161a3734
Octal31017210004710426326764
Binary1100100011110101000000010011110001001011011010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c87a40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c87a40; }

 p { color: rgb(200,122,64); }

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

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

 a { background-color: rgb(200,122,64); }

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

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

 span { border-color: rgb(200,122,64); }

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