#C88544

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

Shades of Peru #C88544

Tints of Peru #C88544

Color information

#C88544 (or 0xC88544) is unknown color: approx Peru. HEX triplet: C8, 85 and 44. RGB value is (200,133,68). Sum of RGB (Red+Green+Blue) = 200+133+68=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 133 (52.34% from 255 or 33.17% from 401); Blue value is 68 (26.95% from 255 or 16.96% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C88544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88544 is #377ABB. Grayscale: #919191. Windows color (decimal): -3635900 or 4490696. OLE color: 4490696.

HSL color Cylindrical-coordinate representation of color #C88544: hue angle of 29.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C88544 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB20013368-
CMYK00.340.660.22
HSL29.55º54.55%52.55%-
HSV(B)29.55º66%78.43%-
XYZ33.2529.479.4-
YUV145.6284.2166.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.88%
GREEN value IS 133 (52.34% from 255) = 33.17%
BLUE value IS 68 (26.95% from 255) = 16.96%
R=49.88%
G=33.17%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001336800.340.660.2229.5554.5552.55
HexC8854402242161e3735
Octal31020510404210226366765
Binary11001000100001011000100010001010000101011011110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88544; }

 p { color: rgb(200,133,68); }

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

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

 a { background-color: rgb(200,133,68); }

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

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

 span { border-color: rgb(200,133,68); }

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