#C5833F

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

Shades of Peru #C5833F

Tints of Peru #C5833F

Color information

#C5833F (or 0xC5833F) is unknown color: approx Peru. HEX triplet: C5, 83 and 3F. RGB value is (197,131,63). Sum of RGB (Red+Green+Blue) = 197+131+63=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 63 (25% from 255 or 16.11% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5833F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5833F is #3A7CC0. Grayscale: #8F8F8F. Windows color (decimal): -3833025 or 4162501. OLE color: 4162501.

HSL color Cylindrical-coordinate representation of color #C5833F: hue angle of 30.45º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5833F is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB19713163-
CMYK00.340.680.23
HSL30.45º53.6%50.98%-
HSV(B)30.45º68.02%77.25%-
XYZ32.0428.468.51-
YUV142.9882.87166.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.38%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 63 (25% from 255) = 16.11%
R=50.38%
G=33.50%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971316300.340.680.2330.4553.650.98
HexC5833F02244171e3633
Octal3052037704210427366663
Binary1100010110000011111111010001010001001011111110110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5833F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5833F; }

 p { color: rgb(197,131,63); }

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

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

 a { background-color: rgb(197,131,63); }

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

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

 span { border-color: rgb(197,131,63); }

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