#7D2F0F

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

Shades of Peru Tan #7D2F0F

Tints of Peru Tan #7D2F0F

Color information

#7D2F0F (or 0x7D2F0F) is unknown color: approx Peru Tan. HEX triplet: 7D, 2F and 0F. RGB value is (125,47,15). Sum of RGB (Red+Green+Blue) = 125+47+15=187 (24% of max value = 765). Red value is 125 (49.22% from 255 or 66.84% from 187); Green value is 47 (18.75% from 255 or 25.13% from 187); Blue value is 15 (6.25% from 255 or 8.02% from 187); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2F0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D2F0F is #82D0F0. Grayscale: #424242. Windows color (decimal): -8573169 or 995197. OLE color: 995197.

HSL color Cylindrical-coordinate representation of color #7D2F0F: hue angle of 17.45º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D2F0F is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.51.

Color convert

RGB1254715-
CMYK00.620.880.51
HSL17.45º78.57%27.45%-
HSV(B)17.45º88%49.02%-
XYZ9.566.431.19-
YUV66.6798.84169.6-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 66.84%
GREEN value IS 47 (18.75% from 255) = 25.13%
BLUE value IS 15 (6.25% from 255) = 8.02%
R=66.84%
G=25.13%
B=8.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125471500.620.880.5117.4578.5727.45
Hex7D2FF03E5833114f1b
Octal1755717076130632111733
Binary111110110111111110111110101100011001110001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,47,15); }

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

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

 a { background-color: rgb(125,47,15); }

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

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

 span { border-color: rgb(125,47,15); }

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