#CD8748

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

Shades of Peru #CD8748

Tints of Peru #CD8748

Color information

#CD8748 (or 0xCD8748) is unknown color: approx Peru. HEX triplet: CD, 87 and 48. RGB value is (205,135,72). Sum of RGB (Red+Green+Blue) = 205+135+72=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 72 (28.52% from 255 or 17.48% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD8748 is #3278B7. Grayscale: #959595. Windows color (decimal): -3307704 or 4753357. OLE color: 4753357.

HSL color Cylindrical-coordinate representation of color #CD8748: hue angle of 28.42º 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 #CD8748 is Cyan = 0, Magento = 0.34, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB20513572-
CMYK00.340.650.20
HSL28.42º57.08%54.31%-
HSV(B)28.42º64.88%80.39%-
XYZ35.0130.7710.23-
YUV148.7584.69168.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.76%
GREEN value IS 135 (53.12% from 255) = 32.77%
BLUE value IS 72 (28.52% from 255) = 17.48%
R=49.76%
G=32.77%
B=17.48%

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
Decimal2051357200.340.650.2028.4257.0854.31
HexCD874802241141c3936
Octal31520711004210124347166
Binary11001101100001111001000010001010000011010011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8748; }

 p { color: rgb(205,135,72); }

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

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

 a { background-color: rgb(205,135,72); }

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

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

 span { border-color: rgb(205,135,72); }

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