#7C3316

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

Shades of Peru Tan #7C3316

Tints of Peru Tan #7C3316

Color information

#7C3316 (or 0x7C3316) is unknown color: approx Peru Tan. HEX triplet: 7C, 33 and 16. RGB value is (124,51,22). Sum of RGB (Red+Green+Blue) = 124+51+22=197 (26% of max value = 765). Red value is 124 (48.83% from 255 or 62.94% from 197); Green value is 51 (20.31% from 255 or 25.89% from 197); Blue value is 22 (8.98% from 255 or 11.17% from 197); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3316 is #83CCE9. Grayscale: #454545. Windows color (decimal): -8637674 or 1454972. OLE color: 1454972.

HSL color Cylindrical-coordinate representation of color #7C3316: hue angle of 17.06º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7C3316 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.51.

Color convert

RGB1245122-
CMYK00.590.820.51
HSL17.06º69.86%28.63%-
HSV(B)17.06º82.26%48.63%-
XYZ9.646.711.55-
YUV69.52101.18166.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 62.94%
GREEN value IS 51 (20.31% from 255) = 25.89%
BLUE value IS 22 (8.98% from 255) = 11.17%
R=62.94%
G=25.89%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.82
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124512200.590.820.5117.0669.8628.63
Hex7C331603B523311461d
Octal1746326073122632110635
Binary1111100110011101100111011101001011001110001100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,51,22); }

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

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

 a { background-color: rgb(124,51,22); }

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

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

 span { border-color: rgb(124,51,22); }

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