#733812

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

Shades of Peru Tan #733812

Tints of Peru Tan #733812

Color information

#733812 (or 0x733812) is unknown color: approx Peru Tan. HEX triplet: 73, 38 and 12. RGB value is (115,56,18). Sum of RGB (Red+Green+Blue) = 115+56+18=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #733812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733812 is #8CC7ED. Grayscale: #454545. Windows color (decimal): -9226222 or 1194099. OLE color: 1194099.

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

Color convert

RGB1155618-
CMYK00.510.840.55
HSL23.51º72.93%26.08%-
HSV(B)23.51º84.35%45.1%-
XYZ8.596.521.38-
YUV69.3199.05160.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.85%
GREEN value IS 56 (22.27% from 255) = 29.63%
BLUE value IS 18 (7.42% from 255) = 9.52%
R=60.85%
G=29.63%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115561800.510.840.5523.5172.9326.08
Hex733812033543718491a
Octal1637022063124673011132
Binary1110011111000100100110011101010011011111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733812; }

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

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

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

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

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

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

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

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