#743A1F

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

Shades of Peru Tan #743A1F

Tints of Peru Tan #743A1F

Color information

#743A1F (or 0x743A1F) is unknown color: approx Peru Tan. HEX triplet: 74, 3A and 1F. RGB value is (116,58,31). Sum of RGB (Red+Green+Blue) = 116+58+31=205 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.59% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 116 - color contains mainly: red. Hex color #743A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743A1F is #8BC5E0. Grayscale: #484848. Windows color (decimal): -9160161 or 2046580. OLE color: 2046580.

HSL color Cylindrical-coordinate representation of color #743A1F: hue angle of 19.06º 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 #743A1F is Cyan = 0, Magento = 0.5, Yellow = 0.73 and Black (K on CMYK) = 0.55.

Color convert

RGB1165831-
CMYK00.50.730.55
HSL19.06º57.82%28.82%-
HSV(B)19.06º73.28%45.49%-
XYZ8.966.842.14-
YUV72.26104.72159.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.59%
GREEN value IS 58 (23.05% from 255) = 28.29%
BLUE value IS 31 (12.5% from 255) = 15.12%
R=56.59%
G=28.29%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116583100.50.730.5519.0657.8228.82
Hex743A1F0324937133a1d
Octal164723706211167237235
Binary111010011101011111011001010010011101111001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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