#743D1F

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

Shades of Peru Tan #743D1F

Tints of Peru Tan #743D1F

Color information

#743D1F (or 0x743D1F) is unknown color: approx Peru Tan. HEX triplet: 74, 3D and 1F. RGB value is (116,61,31). Sum of RGB (Red+Green+Blue) = 116+61+31=208 (27% of max value = 765). Red value is 116 (45.70% from 255 or 55.77% from 208); Green value is 61 (24.22% from 255 or 29.33% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 116 - color contains mainly: red. Hex color #743D1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743D1F is #8BC2E0. Grayscale: #4A4A4A. Windows color (decimal): -9159393 or 2047348. OLE color: 2047348.

HSL color Cylindrical-coordinate representation of color #743D1F: hue angle of 21.18º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #743D1F is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1166131-
CMYK00.470.730.55
HSL21.18º57.82%28.82%-
HSV(B)21.18º73.28%45.49%-
XYZ9.127.152.2-
YUV74.02103.72157.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 55.77%
GREEN value IS 61 (24.22% from 255) = 29.33%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=55.77%
G=29.33%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116613100.470.730.5521.1857.8228.82
Hex743D1F02F4937153a1d
Octal164753705711167257235
Binary111010011110111111010111110010011101111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743D1F; }

 p { color: rgb(116,61,31); }

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

<style>
 a { background-color: #743D1F; }

 a { background-color: rgb(116,61,31); }

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

<style>
 span { border-color: #743D1F; }

 span { border-color: rgb(116,61,31); }

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