#733B11

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

Shades of Peru Tan #733B11

Tints of Peru Tan #733B11

Color information

#733B11 (or 0x733B11) is unknown color: approx Peru Tan. HEX triplet: 73, 3B and 11. RGB value is (115,59,17). Sum of RGB (Red+Green+Blue) = 115+59+17=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 59 (23.44% from 255 or 30.89% from 191); Blue value is 17 (7.03% from 255 or 8.90% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #733B11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733B11 is #8CC4EE. Grayscale: #474747. Windows color (decimal): -9225455 or 1129331. OLE color: 1129331.

HSL color Cylindrical-coordinate representation of color #733B11: hue angle of 25.71º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #733B11 is Cyan = 0, Magento = 0.49, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB1155917-
CMYK00.490.850.55
HSL25.71º74.24%25.88%-
HSV(B)25.71º85.22%45.1%-
XYZ8.746.811.38-
YUV70.9697.55159.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 59 (23.44% from 255) = 30.89%
BLUE value IS 17 (7.03% from 255) = 8.90%
R=60.21%
G=30.89%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.85
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115591700.490.850.5525.7174.2425.88
Hex733B1103155371a4a1a
Octal1637321061125673211232
Binary1110011111011100010110001101010111011111010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733B11; }

 p { color: rgb(115,59,17); }

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

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

 a { background-color: rgb(115,59,17); }

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

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

 span { border-color: rgb(115,59,17); }

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