#733005

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

Shades of Peru Tan #733005

Tints of Peru Tan #733005

Color information

#733005 (or 0x733005) is unknown color: approx Peru Tan. HEX triplet: 73, 30 and 05. RGB value is (115,48,5). Sum of RGB (Red+Green+Blue) = 115+48+5=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 5 (2.34% from 255 or 2.98% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #733005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733005 is #8CCFFA. Grayscale: #3F3F3F. Windows color (decimal): -9228283 or 340083. OLE color: 340083.

HSL color Cylindrical-coordinate representation of color #733005: hue angle of 23.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #733005 is Cyan = 0, Magento = 0.58, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB115485-
CMYK00.580.960.55
HSL23.45º91.67%23.53%-
HSV(B)23.45º95.65%45.1%-
XYZ8.155.770.83-
YUV63.1395.2165-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 68.45%
GREEN value IS 48 (19.14% from 255) = 28.57%
BLUE value IS 5 (2.34% from 255) = 2.98%
R=68.45%
G=28.57%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11548500.580.960.5523.4591.6723.53
Hex7330503A6037175c18
Octal163605072140672713430
Binary11100111100001010111010110000011011110111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #733005; }

 p { color: rgb(115,48,5); }

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

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

 a { background-color: rgb(115,48,5); }

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

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

 span { border-color: rgb(115,48,5); }

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