#7C350E

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

Shades of Peru Tan #7C350E

Tints of Peru Tan #7C350E

Color information

#7C350E (or 0x7C350E) is unknown color: approx Peru Tan. HEX triplet: 7C, 35 and 0E. RGB value is (124,53,14). Sum of RGB (Red+Green+Blue) = 124+53+14=191 (25% of max value = 765). Red value is 124 (48.83% from 255 or 64.92% from 191); Green value is 53 (21.09% from 255 or 27.75% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 124 - color contains mainly: red. Hex color #7C350E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C350E is #83CAF1. Grayscale: #464646. Windows color (decimal): -8637170 or 931196. OLE color: 931196.

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

Color convert

RGB1245314-
CMYK00.570.890.51
HSL21.27º79.71%27.06%-
HSV(B)21.27º88.71%48.63%-
XYZ9.666.861.23-
YUV69.7896.52166.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 64.92%
GREEN value IS 53 (21.09% from 255) = 27.75%
BLUE value IS 14 (5.86% from 255) = 7.33%
R=64.92%
G=27.75%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124531400.570.890.5121.2779.7127.06
Hex7C35E039593315501b
Octal1746516071131632512033
Binary111110011010111100111001101100111001110101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C350E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,53,14); }

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

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

 a { background-color: rgb(124,53,14); }

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

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

 span { border-color: rgb(124,53,14); }

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