#CC8B47

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

Shades of Peru #CC8B47

Tints of Peru #CC8B47

Color information

#CC8B47 (or 0xCC8B47) is unknown color: approx Peru. HEX triplet: CC, 8B and 47. RGB value is (204,139,71). Sum of RGB (Red+Green+Blue) = 204+139+71=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 71 (28.12% from 255 or 17.15% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8B47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8B47 is #3374B8. Grayscale: #979797. Windows color (decimal): -3372217 or 4688844. OLE color: 4688844.

HSL color Cylindrical-coordinate representation of color #CC8B47: hue angle of 30.68º degrees, saturation: 0.57, 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 #CC8B47 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB20413971-
CMYK00.320.650.2
HSL30.68º56.6%53.92%-
HSV(B)30.68º65.2%80%-
XYZ35.2731.7610.23-
YUV150.6883.03166.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.28%
GREEN value IS 139 (54.69% from 255) = 33.57%
BLUE value IS 71 (28.12% from 255) = 17.15%
R=49.28%
G=33.57%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041397100.320.650.230.6856.653.92
HexCC8B4702041141f3936
Octal31421310704010124377166
Binary11001100100010111000111010000010000011010011111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8B47; }

 p { color: rgb(204,139,71); }

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

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

 a { background-color: rgb(204,139,71); }

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

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

 span { border-color: rgb(204,139,71); }

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