#CA8B47

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

Shades of Peru #CA8B47

Tints of Peru #CA8B47

Color information

#CA8B47 (or 0xCA8B47) is unknown color: approx Peru. HEX triplet: CA, 8B and 47. RGB value is (202,139,71). Sum of RGB (Red+Green+Blue) = 202+139+71=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 71 (28.12% from 255 or 17.23% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8B47 is #3574B8. Grayscale: #969696. Windows color (decimal): -3503289 or 4688842. OLE color: 4688842.

HSL color Cylindrical-coordinate representation of color #CA8B47: hue angle of 31.15º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA8B47 is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20213971-
CMYK00.310.650.21
HSL31.15º55.27%53.53%-
HSV(B)31.15º64.85%79.22%-
XYZ34.7331.4810.21-
YUV150.0883.37165.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.03%
GREEN value IS 139 (54.69% from 255) = 33.74%
BLUE value IS 71 (28.12% from 255) = 17.23%
R=49.03%
G=33.74%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021397100.310.650.2131.1555.2753.53
HexCA8B4701F41151f3736
Octal31221310703710125376766
Binary1100101010001011100011101111110000011010111111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8B47; }

 p { color: rgb(202,139,71); }

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

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

 a { background-color: rgb(202,139,71); }

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

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

 span { border-color: rgb(202,139,71); }

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