#C58143

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

Shades of Brandy Punch #C58143

Tints of Brandy Punch #C58143

Color information

#C58143 (or 0xC58143) is unknown color: approx Brandy Punch. HEX triplet: C5, 81 and 43. RGB value is (197,129,67). Sum of RGB (Red+Green+Blue) = 197+129+67=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C58143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58143 is #3A7EBC. Grayscale: #8E8E8E. Windows color (decimal): -3833533 or 4424133. OLE color: 4424133.

HSL color Cylindrical-coordinate representation of color #C58143: hue angle of 28.62º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C58143 is Cyan = 0, Magento = 0.35, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB19712967-
CMYK00.350.660.23
HSL28.62º52.85%51.76%-
HSV(B)28.62º65.99%77.25%-
XYZ31.8927.989.03-
YUV142.2685.53167.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 129 (50.78% from 255) = 32.82%
BLUE value IS 67 (26.56% from 255) = 17.05%
R=50.13%
G=32.82%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971296700.350.660.2328.6252.8551.76
HexC5814302342171d3534
Octal30520110304310227356564
Binary11000101100000011000011010001110000101011111101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58143; }

 p { color: rgb(197,129,67); }

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

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

 a { background-color: rgb(197,129,67); }

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

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

 span { border-color: rgb(197,129,67); }

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