#733F1F

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

Shades of Peru Tan #733F1F

Tints of Peru Tan #733F1F

Color information

#733F1F (or 0x733F1F) is unknown color: approx Peru Tan. HEX triplet: 73, 3F and 1F. RGB value is (115,63,31). Sum of RGB (Red+Green+Blue) = 115+63+31=209 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.02% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 31 (12.5% from 255 or 14.83% from 209); Max value from RGB is 115 - color contains mainly: red. Hex color #733F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733F1F is #8CC0E0. Grayscale: #4B4B4B. Windows color (decimal): -9224417 or 2047859. OLE color: 2047859.

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

Color convert

RGB1156331-
CMYK00.450.730.55
HSL22.86º57.53%28.63%-
HSV(B)22.86º73.04%45.1%-
XYZ9.17.32.23-
YUV74.9103.23156.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.02%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 31 (12.5% from 255) = 14.83%
R=55.02%
G=30.14%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115633100.450.730.5522.8657.5328.63
Hex733F1F02D4937173a1d
Octal163773705511167277235
Binary111001111111111111010110110010011101111011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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