#C88545

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

Shades of Peru #C88545

Tints of Peru #C88545

Color information

#C88545 (or 0xC88545) is unknown color: approx Peru. HEX triplet: C8, 85 and 45. RGB value is (200,133,69). Sum of RGB (Red+Green+Blue) = 200+133+69=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C88545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88545 is #377ABA. Grayscale: #929292. Windows color (decimal): -3635899 or 4556232. OLE color: 4556232.

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

Color convert

RGB20013369-
CMYK00.340.660.22
HSL29.31º54.36%52.75%-
HSV(B)29.31º65.5%78.43%-
XYZ33.2829.489.57-
YUV145.7484.7166.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.75%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=49.75%
G=33.08%
B=17.16%

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
Decimal2001336900.340.660.2229.3154.3652.75
HexC8854502242161d3635
Octal31020510504210226356665
Binary11001000100001011000101010001010000101011011101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88545; }

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

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

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

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

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

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

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

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