#733114

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

Shades of Peru Tan #733114

Tints of Peru Tan #733114

Color information

#733114 (or 0x733114) is unknown color: approx Peru Tan. HEX triplet: 73, 31 and 14. RGB value is (115,49,20). Sum of RGB (Red+Green+Blue) = 115+49+20=184 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.5% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 115 - color contains mainly: red. Hex color #733114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733114 is #8CCEEB. Grayscale: #414141. Windows color (decimal): -9228012 or 1323379. OLE color: 1323379.

HSL color Cylindrical-coordinate representation of color #733114: hue angle of 18.32º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #733114 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB1154920-
CMYK00.570.830.55
HSL18.32º70.37%26.47%-
HSV(B)18.32º82.61%45.1%-
XYZ8.295.891.36-
YUV65.43102.37163.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.5%
GREEN value IS 49 (19.53% from 255) = 26.63%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=62.5%
G=26.63%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115492000.570.830.5518.3270.3726.47
Hex733114039533712461a
Octal1636124071123672210632
Binary1110011110001101000111001101001111011110010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733114; }

 p { color: rgb(115,49,20); }

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

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

 a { background-color: rgb(115,49,20); }

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

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

 span { border-color: rgb(115,49,20); }

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