#C08540

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

Shades of Brandy Punch #C08540

Tints of Brandy Punch #C08540

Color information

#C08540 (or 0xC08540) is unknown color: approx Brandy Punch. HEX triplet: C0, 85 and 40. RGB value is (192,133,64). Sum of RGB (Red+Green+Blue) = 192+133+64=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C08540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08540 is #3F7ABF. Grayscale: #8F8F8F. Windows color (decimal): -4160192 or 4228544. OLE color: 4228544.

HSL color Cylindrical-coordinate representation of color #C08540: hue angle of 32.34º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C08540 is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19213364-
CMYK00.310.670.25
HSL32.34º50.39%50.2%-
HSV(B)32.34º66.67%75.29%-
XYZ31.0528.358.69-
YUV142.7783.55163.11-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.36%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 64 (25.39% from 255) = 16.45%
R=49.36%
G=34.19%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921336400.310.670.2532.3450.3950.2
HexC0854001F4319203232
Octal30020510003710331406262
Binary11000000100001011000000011111100001111001100000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08540; }

 p { color: rgb(192,133,64); }

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

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

 a { background-color: rgb(192,133,64); }

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

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

 span { border-color: rgb(192,133,64); }

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