#CA853D

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

Shades of Peru #CA853D

Tints of Peru #CA853D

Color information

#CA853D (or 0xCA853D) is unknown color: approx Peru. HEX triplet: CA, 85 and 3D. RGB value is (202,133,61). Sum of RGB (Red+Green+Blue) = 202+133+61=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 61 (24.22% from 255 or 15.40% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA853D is #357AC2. Grayscale: #919191. Windows color (decimal): -3504835 or 4031946. OLE color: 4031946.

HSL color Cylindrical-coordinate representation of color #CA853D: hue angle of 30.64º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA853D is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB20213361-
CMYK00.340.700.21
HSL30.64º57.09%51.57%-
HSV(B)30.64º69.8%79.22%-
XYZ33.5929.678.37-
YUV145.4280.36168.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 51.01%
GREEN value IS 133 (52.34% from 255) = 33.59%
BLUE value IS 61 (24.22% from 255) = 15.40%
R=51.01%
G=33.59%
B=15.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021336100.340.700.2130.6457.0951.57
HexCA853D02246151f3934
Octal3122057504210625377164
Binary1100101010000101111101010001010001101010111111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA853D; }

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

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

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

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

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

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

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

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