#743921

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

Shades of Peru Tan #743921

Tints of Peru Tan #743921

Color information

#743921 (or 0x743921) is unknown color: approx Peru Tan. HEX triplet: 74, 39 and 21. RGB value is (116,57,33). Sum of RGB (Red+Green+Blue) = 116+57+33=206 (27% of max value = 765). Red value is 116 (45.70% from 255 or 56.31% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 33 (13.28% from 255 or 16.02% from 206); Max value from RGB is 116 - color contains mainly: red. Hex color #743921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #743921 is #8BC6DE. Grayscale: #484848. Windows color (decimal): -9160415 or 2177396. OLE color: 2177396.

HSL color Cylindrical-coordinate representation of color #743921: hue angle of 17.35º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #743921 is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB1165733-
CMYK00.510.720.55
HSL17.35º55.7%29.22%-
HSV(B)17.35º71.55%45.49%-
XYZ8.946.752.27-
YUV71.9106.05159.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 56.31%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 33 (13.28% from 255) = 16.02%
R=56.31%
G=27.67%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.72
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116573300.510.720.5517.3555.729.22
Hex743921033483711381d
Octal164714106311067217035
Binary1110100111001100001011001110010001101111000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743921; }

 p { color: rgb(116,57,33); }

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

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

 a { background-color: rgb(116,57,33); }

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

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

 span { border-color: rgb(116,57,33); }

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