#733C1A

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

Shades of Peru Tan #733C1A

Tints of Peru Tan #733C1A

Color information

#733C1A (or 0x733C1A) is unknown color: approx Peru Tan. HEX triplet: 73, 3C and 1A. RGB value is (115,60,26). Sum of RGB (Red+Green+Blue) = 115+60+26=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 60 (23.83% from 255 or 29.85% from 201); Blue value is 26 (10.55% from 255 or 12.94% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #733C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #733C1A is #8CC3E5. Grayscale: #484848. Windows color (decimal): -9225190 or 1719411. OLE color: 1719411.

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

Color convert

RGB1156026-
CMYK00.480.770.55
HSL22.92º63.12%27.65%-
HSV(B)22.92º77.39%45.1%-
XYZ8.876.951.85-
YUV72.57101.72158.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 60 (23.83% from 255) = 29.85%
BLUE value IS 26 (10.55% from 255) = 12.94%
R=57.21%
G=29.85%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115602600.480.770.5522.9263.1227.65
Hex733C1A0304D37173f1c
Octal163743206011567277734
Binary111001111110011010011000010011011101111011111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #733C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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