#c38047

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

Shades of Brandy Punch #C38047

Tints of Brandy Punch #C38047

Color information

#C38047 (or 0xC38047) is unknown color: approx Brandy Punch. HEX triplet: C3, 80 and 47. RGB value is (195,128,71). Sum of RGB (Red+Green+Blue) = 195+128+71=394 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.49% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 71 (28.12% from 255 or 18.02% from 394); Max value from RGB is 195 - color contains mainly: red. Hex color #C38047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38047 is #3C7FB8. Grayscale: #8D8D8D. Windows color (decimal): -3964857 or 4686019. OLE color: 4686019.

HSL color Cylindrical-coordinate representation of color #C38047: hue angle of 27.58º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C38047 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB19512871-
CMYK00.340.640.24
HSL27.58º50.82%52.16%-
HSV(B)27.58º63.59%76.47%-
XYZ31.3627.59.62-
YUV141.5488.2166.13-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.49%
GREEN value IS 128 (50.39% from 255) = 32.49%
BLUE value IS 71 (28.12% from 255) = 18.02%
R=49.49%
G=32.49%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951287100.340.640.2427.5850.8252.16
HexC3804702240181c3334
Octal30320010704210030346364
Binary11000011100000001000111010001010000001100011100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c38047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c38047; }

 p { color: rgb(195,128,71); }

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

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

 a { background-color: rgb(195,128,71); }

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

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

 span { border-color: rgb(195,128,71); }

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