#744423

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

Shades of Peru Tan #744423

Tints of Peru Tan #744423

Color information

#744423 (or 0x744423) is unknown color: approx Peru Tan. HEX triplet: 74, 44 and 23. RGB value is (116,68,35). Sum of RGB (Red+Green+Blue) = 116+68+35=219 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.97% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 116 - color contains mainly: red. Hex color #744423 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744423 is #8BBBDC. Grayscale: #4E4E4E. Windows color (decimal): -9157597 or 2311284. OLE color: 2311284.

HSL color Cylindrical-coordinate representation of color #744423: hue angle of 24.44º 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 #744423 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB1166835-
CMYK00.410.700.55
HSL24.44º53.64%29.61%-
HSV(B)24.44º69.83%45.49%-
XYZ9.577.972.62-
YUV78.59103.4154.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.97%
GREEN value IS 68 (26.95% from 255) = 31.05%
BLUE value IS 35 (14.06% from 255) = 15.98%
R=52.97%
G=31.05%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116683500.410.700.5524.4453.6429.61
Hex744423029463718361e
Octal1641044305110667306636
Binary11101001000100100011010100110001101101111100011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744423; }

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

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

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

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

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

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

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

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