#CB8547

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

Shades of Peru #CB8547

Tints of Peru #CB8547

Color information

#CB8547 (or 0xCB8547) is unknown color: approx Peru. HEX triplet: CB, 85 and 47. RGB value is (203,133,71). Sum of RGB (Red+Green+Blue) = 203+133+71=407 (53% of max value = 765). Red value is 203 (79.69% from 255 or 49.88% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8547 is #347AB8. Grayscale: #939393. Windows color (decimal): -3439289 or 4687307. OLE color: 4687307.

HSL color Cylindrical-coordinate representation of color #CB8547: hue angle of 28.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB8547 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20313371-
CMYK00.340.650.20
HSL28.18º55.93%53.73%-
HSV(B)28.18º65.02%79.61%-
XYZ34.1529.939.94-
YUV146.8685.19168.04-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 49.88%
GREEN value IS 133 (52.34% from 255) = 32.68%
BLUE value IS 71 (28.12% from 255) = 17.44%
R=49.88%
G=32.68%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031337100.340.650.2028.1855.9353.73
HexCB854702241141c3836
Octal31320510704210124347066
Binary11001011100001011000111010001010000011010011100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8547; }

 p { color: rgb(203,133,71); }

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

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

 a { background-color: rgb(203,133,71); }

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

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

 span { border-color: rgb(203,133,71); }

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