#733C1D

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

Shades of Peru Tan #733C1D

Tints of Peru Tan #733C1D

Color information

#733C1D (or 0x733C1D) is unknown color: approx Peru Tan. HEX triplet: 73, 3C and 1D. RGB value is (115,60,29). Sum of RGB (Red+Green+Blue) = 115+60+29=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 29 (11.72% from 255 or 14.22% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #733C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C1D is #8CC3E2. Grayscale: #494949. Windows color (decimal): -9225187 or 1916019. OLE color: 1916019.

HSL color Cylindrical-coordinate representation of color #733C1D: hue angle of 21.63º 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 #733C1D is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.55.

Color convert

RGB1156029-
CMYK00.480.750.55
HSL21.63º59.72%28.24%-
HSV(B)21.63º74.78%45.1%-
XYZ8.916.972.04-
YUV72.91103.22158.02-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.37%
GREEN value IS 60 (23.83% from 255) = 29.41%
BLUE value IS 29 (11.72% from 255) = 14.22%
R=56.37%
G=29.41%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115602900.480.750.5521.6359.7228.24
Hex733C1D0304B37163c1c
Octal163743506011367267434
Binary111001111110011101011000010010111101111011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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