#C9853D

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

Shades of Peru #C9853D

Tints of Peru #C9853D

Color information

#C9853D (or 0xC9853D) is unknown color: approx Peru. HEX triplet: C9, 85 and 3D. RGB value is (201,133,61). Sum of RGB (Red+Green+Blue) = 201+133+61=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C9853D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9853D is #367AC2. Grayscale: #919191. Windows color (decimal): -3570371 or 4031945. OLE color: 4031945.

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

Color convert

RGB20113361-
CMYK00.340.700.21
HSL30.86º56.45%51.37%-
HSV(B)30.86º69.65%78.82%-
XYZ33.3229.538.36-
YUV145.1280.53167.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 50.89%
GREEN value IS 133 (52.34% from 255) = 33.67%
BLUE value IS 61 (24.22% from 255) = 15.44%
R=50.89%
G=33.67%
B=15.44%

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
Decimal2011336100.340.700.2130.8656.4551.37
HexC9853D02246151f3833
Octal3112057504210625377063
Binary1100100110000101111101010001010001101010111111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9853D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9853D; }

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

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

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

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

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

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

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

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