#733A12

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

Shades of Peru Tan #733A12

Tints of Peru Tan #733A12

Color information

#733A12 (or 0x733A12) is unknown color: approx Peru Tan. HEX triplet: 73, 3A and 12. RGB value is (115,58,18). Sum of RGB (Red+Green+Blue) = 115+58+18=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 18 (7.42% from 255 or 9.42% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #733A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733A12 is #8CC5ED. Grayscale: #464646. Windows color (decimal): -9225710 or 1194611. OLE color: 1194611.

HSL color Cylindrical-coordinate representation of color #733A12: hue angle of 24.74º 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 #733A12 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1155818-
CMYK00.500.840.55
HSL24.74º72.93%26.08%-
HSV(B)24.74º84.35%45.1%-
XYZ8.696.711.41-
YUV70.4898.38159.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 58 (23.05% from 255) = 30.37%
BLUE value IS 18 (7.42% from 255) = 9.42%
R=60.21%
G=30.37%
B=9.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115581800.500.840.5524.7472.9326.08
Hex733A12032543719491a
Octal1637222062124673111132
Binary1110011111010100100110010101010011011111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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