#7D2804

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

Shades of Peru Tan #7D2804

Tints of Peru Tan #7D2804

Color information

#7D2804 (or 0x7D2804) is unknown color: approx Peru Tan. HEX triplet: 7D, 28 and 04. RGB value is (125,40,4). Sum of RGB (Red+Green+Blue) = 125+40+4=169 (22% of max value = 765). Red value is 125 (49.22% from 255 or 73.96% from 169); Green value is 40 (16.02% from 255 or 23.67% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2804 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2804 is #82D7FB. Grayscale: #3D3D3D. Windows color (decimal): -8574972 or 272509. OLE color: 272509.

HSL color Cylindrical-coordinate representation of color #7D2804: hue angle of 17.85º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D2804 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.51.

Color convert

RGB125404-
CMYK00.680.970.51
HSL17.85º93.8%25.29%-
HSV(B)17.85º96.8%49.02%-
XYZ9.245.890.76-
YUV61.3195.66173.43-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 73.96%
GREEN value IS 40 (16.02% from 255) = 23.67%
BLUE value IS 4 (1.95% from 255) = 2.37%
R=73.96%
G=23.67%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.97
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12540400.680.970.5117.8593.825.29
Hex7D2840446133125e19
Octal1755040104141632213631
Binary111110110100010001000100110000111001110010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D2804; }

 p { color: rgb(125,40,4); }

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

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

 a { background-color: rgb(125,40,4); }

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

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

 span { border-color: rgb(125,40,4); }

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