#733916

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

Shades of Peru Tan #733916

Tints of Peru Tan #733916

Color information

#733916 (or 0x733916) is unknown color: approx Peru Tan. HEX triplet: 73, 39 and 16. RGB value is (115,57,22). Sum of RGB (Red+Green+Blue) = 115+57+22=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #733916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733916 is #8CC6E9. Grayscale: #464646. Windows color (decimal): -9225962 or 1456499. OLE color: 1456499.

HSL color Cylindrical-coordinate representation of color #733916: hue angle of 22.58º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #733916 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB1155722-
CMYK00.500.810.55
HSL22.58º67.88%26.86%-
HSV(B)22.58º80.87%45.1%-
XYZ8.686.631.58-
YUV70.35100.72159.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.28%
GREEN value IS 57 (22.66% from 255) = 29.38%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=59.28%
G=29.38%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115572200.500.810.5522.5867.8826.86
Hex733916032513717441b
Octal1637126062121672710433
Binary1110011111001101100110010101000111011110111100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733916; }

 p { color: rgb(115,57,22); }

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

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

 a { background-color: rgb(115,57,22); }

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

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

 span { border-color: rgb(115,57,22); }

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