#CA8548

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

Shades of Peru #CA8548

Tints of Peru #CA8548

Color information

#CA8548 (or 0xCA8548) is unknown color: approx Peru. HEX triplet: CA, 85 and 48. RGB value is (202,133,72). Sum of RGB (Red+Green+Blue) = 202+133+72=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA8548 is #357AB7. Grayscale: #929292. Windows color (decimal): -3504824 or 4752842. OLE color: 4752842.

HSL color Cylindrical-coordinate representation of color #CA8548: hue angle of 28.15º 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 #CA8548 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB20213372-
CMYK00.340.640.21
HSL28.15º55.08%53.73%-
HSV(B)28.15º64.36%79.22%-
XYZ33.9129.810.1-
YUV146.6885.86167.46-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 49.63%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 72 (28.52% from 255) = 17.69%
R=49.63%
G=32.68%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021337200.340.640.2128.1555.0853.73
HexCA854802240151c3736
Octal31220511004210025346766
Binary11001010100001011001000010001010000001010111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8548; }

 p { color: rgb(202,133,72); }

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

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

 a { background-color: rgb(202,133,72); }

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

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

 span { border-color: rgb(202,133,72); }

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