#733F1B

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

Shades of Peru Tan #733F1B

Tints of Peru Tan #733F1B

Color information

#733F1B (or 0x733F1B) is unknown color: approx Peru Tan. HEX triplet: 73, 3F and 1B. RGB value is (115,63,27). Sum of RGB (Red+Green+Blue) = 115+63+27=205 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.10% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 115 - color contains mainly: red. Hex color #733F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F1B is #8CC0E4. Grayscale: #4A4A4A. Windows color (decimal): -9224421 or 1785715. OLE color: 1785715.

HSL color Cylindrical-coordinate representation of color #733F1B: hue angle of 24.55º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #733F1B is Cyan = 0, Magento = 0.45, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB1156327-
CMYK00.450.770.55
HSL24.55º61.97%27.84%-
HSV(B)24.55º76.52%45.1%-
XYZ9.057.281.97-
YUV74.44101.23156.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.10%
GREEN value IS 63 (25% from 255) = 30.73%
BLUE value IS 27 (10.94% from 255) = 13.17%
R=56.10%
G=30.73%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115632700.450.770.5524.5561.9727.84
Hex733F1B02D4D37193e1c
Octal163773305511567317634
Binary111001111111111011010110110011011101111100111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,63,27); }

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

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

 a { background-color: rgb(115,63,27); }

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

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

 span { border-color: rgb(115,63,27); }

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