#CA873A

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

Shades of Peru #CA873A

Tints of Peru #CA873A

Color information

#CA873A (or 0xCA873A) is unknown color: approx Peru. HEX triplet: CA, 87 and 3A. RGB value is (202,135,58). Sum of RGB (Red+Green+Blue) = 202+135+58=395 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.14% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 202 - color contains mainly: red. Hex color #CA873A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA873A is #3578C5. Grayscale: #929292. Windows color (decimal): -3504326 or 3835850. OLE color: 3835850.

HSL color Cylindrical-coordinate representation of color #CA873A: hue angle of 32.08º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA873A is Cyan = 0, Magento = 0.33, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB20213558-
CMYK00.330.710.21
HSL32.08º57.6%50.98%-
HSV(B)32.08º71.29%79.22%-
XYZ33.7830.198.05-
YUV146.2578.2167.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.14%
GREEN value IS 135 (53.12% from 255) = 34.18%
BLUE value IS 58 (23.05% from 255) = 14.68%
R=51.14%
G=34.18%
B=14.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021355800.330.710.2132.0857.650.98
HexCA873A0214715203a33
Octal3122077204110725407263
Binary11001010100001111110100100001100011110101100000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA873A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA873A; }

 p { color: rgb(202,135,58); }

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

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

 a { background-color: rgb(202,135,58); }

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

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

 span { border-color: rgb(202,135,58); }

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