#7C391F

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

Shades of Peru Tan #7C391F

Tints of Peru Tan #7C391F

Color information

#7C391F (or 0x7C391F) is unknown color: approx Peru Tan. HEX triplet: 7C, 39 and 1F. RGB value is (124,57,31). Sum of RGB (Red+Green+Blue) = 124+57+31=212 (28% of max value = 765). Red value is 124 (48.83% from 255 or 58.49% from 212); Green value is 57 (22.66% from 255 or 26.89% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 124 - color contains mainly: red. Hex color #7C391F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C391F is #83C6E0. Grayscale: #4A4A4A. Windows color (decimal): -8636129 or 2046332. OLE color: 2046332.

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

Color convert

RGB1245731-
CMYK00.540.750.51
HSL16.77º60%30.39%-
HSV(B)16.77º75%48.63%-
XYZ10.027.312.18-
YUV74.07103.7163.61-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 58.49%
GREEN value IS 57 (22.66% from 255) = 26.89%
BLUE value IS 31 (12.5% from 255) = 14.62%
R=58.49%
G=26.89%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124573100.540.750.5116.776030.39
Hex7C391F0364B33113c1e
Octal174713706611363217436
Binary111110011100111111011011010010111100111000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C391F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,57,31); }

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

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

 a { background-color: rgb(124,57,31); }

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

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

 span { border-color: rgb(124,57,31); }

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