#CA8A49

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

Shades of Peru #CA8A49

Tints of Peru #CA8A49

Color information

#CA8A49 (or 0xCA8A49) is unknown color: approx Peru. HEX triplet: CA, 8A and 49. RGB value is (202,138,73). Sum of RGB (Red+Green+Blue) = 202+138+73=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 73 (28.91% from 255 or 17.68% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8A49 is #3575B6. Grayscale: #969696. Windows color (decimal): -3503543 or 4819658. OLE color: 4819658.

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

Color convert

RGB20213873-
CMYK00.320.640.21
HSL30.23º54.89%53.92%-
HSV(B)30.23º63.86%79.22%-
XYZ34.6531.2110.5-
YUV149.7384.7165.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.91%
GREEN value IS 138 (54.30% from 255) = 33.41%
BLUE value IS 73 (28.91% from 255) = 17.68%
R=48.91%
G=33.41%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021387300.320.640.2130.2354.8953.92
HexCA8A4902040151e3736
Octal31221211104010025366766
Binary11001010100010101001001010000010000001010111110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A49; }

 p { color: rgb(202,138,73); }

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

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

 a { background-color: rgb(202,138,73); }

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

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

 span { border-color: rgb(202,138,73); }

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