#754223

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

Shades of Peru Tan #754223

Tints of Peru Tan #754223

Color information

#754223 (or 0x754223) is unknown color: approx Peru Tan. HEX triplet: 75, 42 and 23. RGB value is (117,66,35). Sum of RGB (Red+Green+Blue) = 117+66+35=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 35 (14.06% from 255 or 16.06% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #754223 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754223 is #8ABDDC. Grayscale: #4D4D4D. Windows color (decimal): -9092573 or 2310773. OLE color: 2310773.

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

Color convert

RGB1176635-
CMYK00.440.700.54
HSL22.68º53.95%29.8%-
HSV(B)22.68º70.09%45.88%-
XYZ9.597.82.59-
YUV77.71103.9156.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 53.67%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 35 (14.06% from 255) = 16.06%
R=53.67%
G=30.28%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.70
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117663500.440.700.5422.6853.9529.8
Hex75422302C463617361e
Octal1651024305410666276636
Binary11101011000010100011010110010001101101101011111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754223; }

 p { color: rgb(117,66,35); }

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

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

 a { background-color: rgb(117,66,35); }

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

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

 span { border-color: rgb(117,66,35); }

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