#733204

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

Shades of Peru Tan #733204

Tints of Peru Tan #733204

Color information

#733204 (or 0x733204) is unknown color: approx Peru Tan. HEX triplet: 73, 32 and 04. RGB value is (115,50,4). Sum of RGB (Red+Green+Blue) = 115+50+4=169 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.05% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 115 - color contains mainly: red. Hex color #733204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733204 is #8CCDFB. Grayscale: #404040. Windows color (decimal): -9227772 or 275059. OLE color: 275059.

HSL color Cylindrical-coordinate representation of color #733204: hue angle of 24.86º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #733204 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB115504-
CMYK00.570.970.55
HSL24.86º93.28%23.33%-
HSV(B)24.86º96.52%45.1%-
XYZ8.235.930.83-
YUV64.1994.03164.24-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.05%
GREEN value IS 50 (19.92% from 255) = 29.59%
BLUE value IS 4 (1.95% from 255) = 2.37%
R=68.05%
G=29.59%
B=2.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11550400.570.970.5524.8693.2823.33
Hex733240396137195d17
Octal163624071141673113527
Binary11100111100101000111001110000111011111001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733204; }

 p { color: rgb(115,50,4); }

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

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

 a { background-color: rgb(115,50,4); }

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

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

 span { border-color: rgb(115,50,4); }

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