#cf8a3e

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

Shades of Peru #CF8A3E

Tints of Peru #CF8A3E

Color information

#CF8A3E (or 0xCF8A3E) is unknown color: approx Peru. HEX triplet: CF, 8A and 3E. RGB value is (207,138,62). Sum of RGB (Red+Green+Blue) = 207+138+62=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 62 (24.61% from 255 or 15.23% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8A3E is #3075C1. Grayscale: #969696. Windows color (decimal): -3175874 or 4098767. OLE color: 4098767.

HSL color Cylindrical-coordinate representation of color #CF8A3E: hue angle of 31.45º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF8A3E is Cyan = 0, Magento = 0.33, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20713862-
CMYK00.330.700.19
HSL31.45º60.17%52.75%-
HSV(B)31.45º70.05%81.18%-
XYZ35.6931.798.81-
YUV149.9778.36168.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.86%
GREEN value IS 138 (54.30% from 255) = 33.91%
BLUE value IS 62 (24.61% from 255) = 15.23%
R=50.86%
G=33.91%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071386200.330.700.1931.4560.1752.75
HexCF8A3E02146131f3c35
Octal3172127604110623377465
Binary1100111110001010111110010000110001101001111111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf8a3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf8a3e; }

 p { color: rgb(207,138,62); }

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

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

 a { background-color: rgb(207,138,62); }

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

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

 span { border-color: rgb(207,138,62); }

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