#7C3B1F

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

Shades of Peru Tan #7C3B1F

Tints of Peru Tan #7C3B1F

Color information

#7C3B1F (or 0x7C3B1F) is unknown color: approx Peru Tan. HEX triplet: 7C, 3B and 1F. RGB value is (124,59,31). Sum of RGB (Red+Green+Blue) = 124+59+31=214 (28% of max value = 765). Red value is 124 (48.83% from 255 or 57.94% from 214); Green value is 59 (23.44% from 255 or 27.57% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3B1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3B1F is #83C4E0. Grayscale: #4B4B4B. Windows color (decimal): -8635617 or 2046844. OLE color: 2046844.

HSL color Cylindrical-coordinate representation of color #7C3B1F: hue angle of 18.06º 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 #7C3B1F is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.51.

Color convert

RGB1245931-
CMYK00.520.750.51
HSL18.06º60%30.39%-
HSV(B)18.06º75%48.63%-
XYZ10.127.512.21-
YUV75.24103.03162.78-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 57.94%
GREEN value IS 59 (23.44% from 255) = 27.57%
BLUE value IS 31 (12.5% from 255) = 14.49%
R=57.94%
G=27.57%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124593100.520.750.5118.066030.39
Hex7C3B1F0344B33123c1e
Octal174733706411363227436
Binary111110011101111111011010010010111100111001011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C3B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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