#733E1D

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

Shades of Peru Tan #733E1D

Tints of Peru Tan #733E1D

Color information

#733E1D (or 0x733E1D) is unknown color: approx Peru Tan. HEX triplet: 73, 3E and 1D. RGB value is (115,62,29). Sum of RGB (Red+Green+Blue) = 115+62+29=206 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.83% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 115 - color contains mainly: red. Hex color #733E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733E1D is #8CC1E2. Grayscale: #4A4A4A. Windows color (decimal): -9224675 or 1916531. OLE color: 1916531.

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

Color convert

RGB1156229-
CMYK00.460.750.55
HSL23.02º59.72%28.24%-
HSV(B)23.02º74.78%45.1%-
XYZ9.017.182.07-
YUV74.08102.56157.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.83%
GREEN value IS 62 (24.61% from 255) = 30.10%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=55.83%
G=30.10%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115622900.460.750.5523.0259.7228.24
Hex733E1D02E4B37173c1c
Octal163763505611367277434
Binary111001111111011101010111010010111101111011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,62,29); }

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

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

 a { background-color: rgb(115,62,29); }

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

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

 span { border-color: rgb(115,62,29); }

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