#733B1C

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

Shades of Peru Tan #733B1C

Tints of Peru Tan #733B1C

Color information

#733B1C (or 0x733B1C) is unknown color: approx Peru Tan. HEX triplet: 73, 3B and 1C. RGB value is (115,59,28). Sum of RGB (Red+Green+Blue) = 115+59+28=202 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.93% from 202); Green value is 59 (23.44% from 255 or 29.21% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 115 - color contains mainly: red. Hex color #733B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733B1C is #8CC4E3. Grayscale: #484848. Windows color (decimal): -9225444 or 1850227. OLE color: 1850227.

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

Color convert

RGB1155928-
CMYK00.490.760.55
HSL21.38º60.84%28.04%-
HSV(B)21.38º75.65%45.1%-
XYZ8.846.861.96-
YUV72.21103.05158.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.93%
GREEN value IS 59 (23.44% from 255) = 29.21%
BLUE value IS 28 (11.33% from 255) = 13.86%
R=56.93%
G=29.21%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115592800.490.760.5521.3860.8428.04
Hex733B1C0314C37153d1c
Octal163733406111467257534
Binary111001111101111100011000110011001101111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,59,28); }

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

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

 a { background-color: rgb(115,59,28); }

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

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

 span { border-color: rgb(115,59,28); }

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