#CE8340

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

Shades of Peru #CE8340

Tints of Peru #CE8340

Color information

#CE8340 (or 0xCE8340) is unknown color: approx Peru. HEX triplet: CE, 83 and 40. RGB value is (206,131,64). Sum of RGB (Red+Green+Blue) = 206+131+64=401 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.37% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8340 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE8340 is #317CBF. Grayscale: #929292. Windows color (decimal): -3243200 or 4228046. OLE color: 4228046.

HSL color Cylindrical-coordinate representation of color #CE8340: hue angle of 28.31º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE8340 is Cyan = 0, Magento = 0.36, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB20613164-
CMYK00.360.690.19
HSL28.31º59.17%52.94%-
HSV(B)28.31º68.93%80.78%-
XYZ34.529.728.77-
YUV145.7981.85170.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 51.37%
GREEN value IS 131 (51.56% from 255) = 32.67%
BLUE value IS 64 (25.39% from 255) = 15.96%
R=51.37%
G=32.67%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061316400.360.690.1928.3159.1752.94
HexCE834002445131c3b35
Octal31620310004410523347365
Binary11001110100000111000000010010010001011001111100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8340; }

 p { color: rgb(206,131,64); }

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

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

 a { background-color: rgb(206,131,64); }

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

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

 span { border-color: rgb(206,131,64); }

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