#CD7D3E

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

Shades of Peru #CD7D3E

Tints of Peru #CD7D3E

Color information

#CD7D3E (or 0xCD7D3E) is unknown color: approx Peru. HEX triplet: CD, 7D and 3E. RGB value is (205,125,62). Sum of RGB (Red+Green+Blue) = 205+125+62=392 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.30% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 62 (24.61% from 255 or 15.82% from 392); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7D3E is #3282C1. Grayscale: #8E8E8E. Windows color (decimal): -3310274 or 4095437. OLE color: 4095437.

HSL color Cylindrical-coordinate representation of color #CD7D3E: hue angle of 26.43º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CD7D3E is Cyan = 0, Magento = 0.39, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB20512562-
CMYK00.390.700.20
HSL26.43º58.85%52.35%-
HSV(B)26.43º69.76%80.39%-
XYZ33.3827.998.2-
YUV141.7483173.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 52.30%
GREEN value IS 125 (49.22% from 255) = 31.89%
BLUE value IS 62 (24.61% from 255) = 15.82%
R=52.30%
G=31.89%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051256200.390.700.2026.4358.8552.35
HexCD7D3E02746141a3b34
Octal3151757604710624327364
Binary110011011111101111110010011110001101010011010111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7D3E; }

 p { color: rgb(205,125,62); }

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

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

 a { background-color: rgb(205,125,62); }

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

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

 span { border-color: rgb(205,125,62); }

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