#733a19

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

Shades of Peru Tan #733A19

Tints of Peru Tan #733A19

Color information

#733A19 (or 0x733A19) is unknown color: approx Peru Tan. HEX triplet: 73, 3A and 19. RGB value is (115,58,25). Sum of RGB (Red+Green+Blue) = 115+58+25=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 25 (10.16% from 255 or 12.63% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #733A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733A19 is #8CC5E6. Grayscale: #474747. Windows color (decimal): -9225703 or 1653363. OLE color: 1653363.

HSL color Cylindrical-coordinate representation of color #733A19: hue angle of 22º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #733A19 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB1155825-
CMYK00.500.780.55
HSL22º64.29%27.45%-
HSV(B)22º78.26%45.1%-
XYZ8.766.741.76-
YUV71.28101.88159.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 58 (23.05% from 255) = 29.29%
BLUE value IS 25 (10.16% from 255) = 12.63%
R=58.08%
G=29.29%
B=12.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115582500.500.780.552264.2927.45
Hex733A190324E3716401b
Octal1637231062116672610033
Binary1110011111010110010110010100111011011110110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733a19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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