#7D351E

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

Shades of Peru Tan #7D351E

Tints of Peru Tan #7D351E

Color information

#7D351E (or 0x7D351E) is unknown color: approx Peru Tan. HEX triplet: 7D, 35 and 1E. RGB value is (125,53,30). Sum of RGB (Red+Green+Blue) = 125+53+30=208 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.10% from 208); Green value is 53 (21.09% from 255 or 25.48% from 208); Blue value is 30 (12.11% from 255 or 14.42% from 208); Max value from RGB is 125 - color contains mainly: red. Hex color #7D351E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D351E is #82CAE1. Grayscale: #484848. Windows color (decimal): -8571618 or 1979773. OLE color: 1979773.

HSL color Cylindrical-coordinate representation of color #7D351E: hue angle of 14.53º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D351E is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB1255330-
CMYK00.580.760.51
HSL14.53º61.29%30.39%-
HSV(B)14.53º76%49.02%-
XYZ9.9672.05-
YUV71.91104.35165.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.10%
GREEN value IS 53 (21.09% from 255) = 25.48%
BLUE value IS 30 (12.11% from 255) = 14.42%
R=60.10%
G=25.48%
B=14.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125533000.580.760.5114.5361.2930.39
Hex7D351E03A4C33f3d1e
Octal175653607211463177536
Binary11111011101011111001110101001100110011111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,53,30); }

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

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

 a { background-color: rgb(125,53,30); }

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

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

 span { border-color: rgb(125,53,30); }

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