#C38646

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

Shades of Peru #C38646

Tints of Peru #C38646

Color information

#C38646 (or 0xC38646) is unknown color: approx Peru. HEX triplet: C3, 86 and 46. RGB value is (195,134,70). Sum of RGB (Red+Green+Blue) = 195+134+70=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 70 (27.73% from 255 or 17.54% from 399); Max value from RGB is 195 - color contains mainly: red. Hex color #C38646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38646 is #3C79B9. Grayscale: #919191. Windows color (decimal): -3963322 or 4622019. OLE color: 4622019.

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

Color convert

RGB19513470-
CMYK00.310.640.24
HSL30.72º51.02%51.96%-
HSV(B)30.72º64.1%76.47%-
XYZ32.1429.099.72-
YUV144.9485.71163.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 134 (52.73% from 255) = 33.58%
BLUE value IS 70 (27.73% from 255) = 17.54%
R=48.87%
G=33.58%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951347000.310.640.2430.7251.0251.96
HexC3864601F40181f3334
Octal30320610603710030376364
Binary1100001110000110100011001111110000001100011111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38646; }

 p { color: rgb(195,134,70); }

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

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

 a { background-color: rgb(195,134,70); }

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

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

 span { border-color: rgb(195,134,70); }

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