#744123

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

Shades of Peru Tan #744123

Tints of Peru Tan #744123

Color information

#744123 (or 0x744123) is unknown color: approx Peru Tan. HEX triplet: 74, 41 and 23. RGB value is (116,65,35). Sum of RGB (Red+Green+Blue) = 116+65+35=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 35 (14.06% from 255 or 16.20% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #744123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744123 is #8BBEDC. Grayscale: #4D4D4D. Windows color (decimal): -9158365 or 2310516. OLE color: 2310516.

HSL color Cylindrical-coordinate representation of color #744123: hue angle of 22.22º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #744123 is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1166535-
CMYK00.440.700.55
HSL22.22º53.64%29.61%-
HSV(B)22.22º69.83%45.49%-
XYZ9.47.612.56-
YUV76.83104.4155.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 53.70%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 35 (14.06% from 255) = 16.20%
R=53.70%
G=30.09%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116653500.440.700.5522.2253.6429.61
Hex74412302C463716361e
Octal1641014305410667266636
Binary11101001000001100011010110010001101101111011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744123; }

 p { color: rgb(116,65,35); }

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

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

 a { background-color: rgb(116,65,35); }

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

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

 span { border-color: rgb(116,65,35); }

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