#C38347

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

Shades of Brandy Punch #C38347

Tints of Brandy Punch #C38347

Color information

#C38347 (or 0xC38347) is unknown color: approx Brandy Punch. HEX triplet: C3, 83 and 47. RGB value is (195,131,71). Sum of RGB (Red+Green+Blue) = 195+131+71=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 71 (28.12% from 255 or 17.88% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C38347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38347 is #3C7CB8. Grayscale: #8F8F8F. Windows color (decimal): -3964089 or 4686787. OLE color: 4686787.

HSL color Cylindrical-coordinate representation of color #C38347: hue angle of 29.03º 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 #C38347 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB19513171-
CMYK00.330.640.24
HSL29.03º50.82%52.16%-
HSV(B)29.03º63.59%76.47%-
XYZ31.7628.299.75-
YUV143.387.2164.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.12%
GREEN value IS 131 (51.56% from 255) = 33.00%
BLUE value IS 71 (28.12% from 255) = 17.88%
R=49.12%
G=33.00%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951317100.330.640.2429.0350.8252.16
HexC3834702140181d3334
Octal30320310704110030356364
Binary11000011100000111000111010000110000001100011101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38347; }

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

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

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

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

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

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

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

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