#733B12

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

Shades of Peru Tan #733B12

Tints of Peru Tan #733B12

Color information

#733B12 (or 0x733B12) is unknown color: approx Peru Tan. HEX triplet: 73, 3B and 12. RGB value is (115,59,18). Sum of RGB (Red+Green+Blue) = 115+59+18=192 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.90% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 115 - color contains mainly: red. Hex color #733B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733B12 is #8CC4ED. Grayscale: #474747. Windows color (decimal): -9225454 or 1194867. OLE color: 1194867.

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

Color convert

RGB1155918-
CMYK00.490.840.55
HSL25.36º72.93%26.08%-
HSV(B)25.36º84.35%45.1%-
XYZ8.746.821.43-
YUV71.0798.05159.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.90%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=59.90%
G=30.73%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115591800.490.840.5525.3672.9326.08
Hex733B12031543719491a
Octal1637322061124673111132
Binary1110011111011100100110001101010011011111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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